Commit graph

418 commits

Author SHA1 Message Date
0564673946
Merge branch 'terminal' into wio-sokol-gui 2026-04-03 22:43:14 +02:00
1937831df5
Merge branch 'master' into terminal 2026-04-03 22:42:37 +02:00
b3e1f22aa3
Merge branch 'master' into wio-sokol-gui 2026-03-31 22:37:16 +02:00
0ff9a9c522
fix: add non-conflicting keybinds for font size adjustment 2026-03-31 22:34:50 +02:00
Paul Graydon
ce7cc48a72 feat: [vim] Add bracket textobject actions 2026-03-31 10:07:55 +02:00
Paul Graydon
ba840b72e0 feat: [vim] Add word textobject actions 2026-03-31 10:07:55 +02:00
2fd907345a
refactor: add toggle_maximize_panel binding to file_in_files mode 2026-03-29 19:27:48 +02:00
3553fbf0d2
refactor(terminal): merge focus_terminal and open_terminal commands 2026-03-02 17:00:58 +01:00
885c9682eb
refactor(terminal): add merged move_tab_next/prev_or_scroll_terminal_down/up commands 2026-02-26 21:18:28 +01:00
424fd3efc3
refactor(terminal): add terminal to home screen menu 2026-02-26 20:54:06 +01:00
770fa884cd
feat: add keybinds for toggle_maximize_panel 2026-02-26 20:30:56 +01:00
ec8379ce51
refactor(terminal): add restart keybind to terminal mode 2026-02-25 21:48:58 +01:00
4affdf5688
refactor(terminal): add keyboard scrolling keybinds 2026-02-25 20:59:22 +01:00
4157638892
refactor(terminal): add force quit keybinding to terminal mode 2026-02-25 20:34:49 +01:00
f17ceb282a
refactor(terminal): add run_task keybind to terminal mode 2026-02-25 12:26:08 +01:00
7e01eae389
refactor(terminal): add palette keybindings to terminal mode 2026-02-25 12:26:08 +01:00
ee7a3ed2ce
refactor(terminal): add more terminal mode keybinds 2026-02-25 12:26:08 +01:00
cc6c84be15
refactor: add flow mode keybinds to focus_terminal 2026-02-25 12:26:08 +01:00
3d81631679
refactor: add binding set on_match_failure nothing mode 2026-02-25 12:26:08 +01:00
6643341574
refactor: support direct calling of keybind.BindingSet 2026-02-25 12:26:08 +01:00
eb77164b13
fix: make ignore_alt_text_modifiers actually do what it says 2026-02-20 16:01:07 +01:00
620128e6fd
fix: explicitly override close_/save_file in vim normal mode 2026-02-19 10:24:13 +01:00
4287e9a28b
fix: vim visual modes should inherit from normale mode 2026-02-19 10:23:26 +01:00
6d58fa5912
feat: add some space leader bindings to vim home mode by inheriting from project mode 2026-02-19 10:22:53 +01:00
Paul Graydon
7dc3e531c6 feat: [vim] add <Space> leader key bindings 2026-02-18 23:25:01 +01:00
1fd9cdfd7f
refactor: rename file_tree and simplify naming
This makes the file tree palette match the other palettes a little better.
2026-02-14 20:45:13 +01:00
ab5240fd89
refactor: use commond file browser keybinds for open_project_file_tree 2026-02-14 13:26:38 +01:00
106f4b6f86
refactor: use a more common keybind for switch_buffers in flow mode 2026-02-14 13:12:00 +01:00
Miguel Granero
6a418db852 feat: add default keybinding to open project tree palette 2026-02-14 00:43:24 +01:00
e044d1111e
fix: typo in previous commit 2026-02-12 16:50:59 +01:00
57d2210372
fix: add ctrl+alt+plus/+minus keybinds for adjust_fontsize 2026-02-12 16:31:41 +01:00
1c2e1ae494
feat: add toggle_completion_info_mode command and keybindings 2026-02-05 16:48:23 +01:00
09bb80b268
feat: add more accessible keybinds for key hints overlay
closes #21
2026-02-03 21:01:59 +01:00
6adc0b5887
feat: add basic reflow command and keybind (alt+q) 2026-01-31 22:11:53 +01:00
518af3ab45
refactor: major re-work of completion to edit via buffer instead of query
This means completion no longer changes the buffer in anyway until a
completion menu entry is actually selected. This simplifies (or eliminates)
many edge cases and greatly improves multi-cursor support.
2026-01-30 11:20:48 +01:00
725862a394
feat: add toggle_inline_vcs_blame keybind 2026-01-29 16:01:46 +01:00
8a1c5f5fba
feat: add uuidgen keybind 2026-01-23 16:01:19 +01:00
5438f19015
feat: add alternate select (open in split) to find_in_files mode 2026-01-22 13:37:40 +01:00
f24ecdaed3
feat: add ctrl+k r keybind for toggle_completion_insert_mode 2026-01-21 18:48:24 +01:00
43dca7e2e8
refactor: add file_browser alternate select mode 2026-01-14 21:39:28 +01:00
7c0d841bb6
refactor: add enable/disalb_alt_scroll keybinds to flow mode 2026-01-14 11:05:52 +01:00
15b582243c
fix: ignore modifiers on all modifier keys
This allows combining of modifier key event keybindings without having
to bind all modifier combinations. ie. with this we can use fast_scroll
and jump_mode at the same time by holding both modifiers down.
2026-01-14 11:03:46 +01:00
6ef5ea1336
feat: add keybindings for goto_next_change & goto_prev_change 2026-01-13 18:32:38 +01:00
63275963b5
refactor: add more split keybindings 2026-01-06 18:31:44 +01:00
4f39bbbd41
refactor: add support for delete word during completion 2025-12-24 00:03:05 +01:00
911fc3160a
refactor: add support for backspace during completion 2025-12-23 23:53:14 +01:00
c4301c40d9
refactor: add dropdown_keybinds configuration option 2025-12-23 21:45:06 +01:00
f75cc9b845
refactor: use command.command_names index and improve logging of commands
We now use the command name index more consistently to allow for
pre-allocating command IDs and better logging when commands are not
found.

This is a major, but hopefully non-breaking, change to command execution.
2025-12-23 13:45:13 +01:00
b92d5a2acb
feat: add dropdown_next_widget_style command 2025-12-18 22:13:06 +01:00
342e7d98c8
refactor: add dropdown overlay type 2025-12-18 20:33:51 +01:00