|
|
7c0d841bb6
|
refactor: add enable/disalb_alt_scroll keybinds to flow mode
|
2026-01-14 11:05:52 +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 |
|
|
|
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 |
|
|
|
0dcf63bd38
|
feat: make goto in flow select mode select to line
|
2025-12-16 15:09:58 +01:00 |
|
|
|
721b118c32
|
refactor: remove all duplicate kp_ keybinds in flow mode
|
2025-12-16 13:42:21 +01:00 |
|
|
|
dc3b4f8c16
|
refactor: add panel_next_widget_style command
|
2025-12-11 18:46:27 +01:00 |
|
|
|
3071c10892
|
refactor: add toggle_keybindview command and flow mode keybinds
|
2025-12-10 15:58:35 +01:00 |
|
|
|
c87884f924
|
refactor: remove some obsolete overlay commands
|
2025-12-10 15:23:22 +01:00 |
|
|
|
3967995e05
|
feat: bind last_palette to ctrl+, in flow mode
|
2025-12-06 20:18:26 +01:00 |
|
|
|
023b87184a
|
feat: add flow mode binding for toggle_auto_find (alt+f3)
|
2025-12-03 19:10:55 +01:00 |
|
|
|
3012fdcd90
|
feat: add scroll_keybind_hints command
|
2025-12-01 22:13:02 +01:00 |
|
|
|
125e204ac8
|
feat: add ctrl+? keybind to enable hints mode
|
2025-12-01 21:35:58 +01:00 |
|
|
|
824a2a1ee1
|
feat: add command to change hint window widget style (shift+alt+f9)
|
2025-12-01 20:19:06 +01:00 |
|
|
|
2520a37a90
|
feat: add case auto and case insensitive mode to find
|
2025-11-25 22:48:11 +01:00 |
|
|
|
4da9cee1ee
|
feat: add flow mode keybinds for expand_/shrink_centered_view (alt+-\=)
|
2025-11-19 13:49:46 +01:00 |
|
|
|
ad583879da
|
feat: bind show_symbols to ctrl+shift+o in flow mode
|
2025-11-18 15:57:56 +01:00 |
|
Igor Támara
|
b4b44ec906
|
refactor: additional characters for smart_insert
|
2025-11-18 10:50:47 +01:00 |
|
Igor Támara
|
56ea0138a5
|
feat: goto_bracket goes to the pair bracket under cursor
Uses simple matching nesting, as a complement to tree-sitter approach.
Flow mode shorcut ctrl+shit+\ ala Code
|
2025-11-17 18:43:42 +01:00 |
|
|
|
643dc2ab8a
|
feat: bind toggle_centered_view to ctrl+k x in flow mode
|
2025-11-17 18:20:24 +01:00 |
|
|
|
6e5e5315f5
|
feat: bind open_config to alt+f5
And clean-up some rarely used debugging keybinds.
|
2025-11-17 18:20:23 +01:00 |
|
|
|
e6f0953732
|
feat: add path segment completion to open_recent palette
|
2025-11-11 13:26:48 +01:00 |
|
|
|
407d5fa888
|
feat: quit when closing last open split
|
2025-11-10 19:04:37 +01:00 |
|
|
|
27bdd64f88
|
feat: add focus_split command
|
2025-11-10 19:01:12 +01:00 |
|
|
|
06e967a69d
|
feat: bind highlight_references to ctrl+k i in flow mode
|
2025-11-07 13:35:40 +01:00 |
|
|
|
e5d78c95a5
|
feat: split and navigate on shift+enter in find_file
|
2025-11-06 19:23:15 +01:00 |
|
|
|
739ab1e101
|
feat: add flow mode keybinds for add_split and close_split
Step one on the road to #279
|
2025-11-06 19:23:14 +01:00 |
|
|
|
f0e2ef442f
|
feat: make b key in goto mini mode toggle goto byte offset mode
|
2025-11-05 21:33:04 +01:00 |
|
|
|
19f88a8349
|
feat: bind restore_closed_tab to ctrl+shift+t
|
2025-11-04 12:40:33 +01:00 |
|
|
|
0b28218a98
|
feat: move open_previous_file keybind to project to work anywhere
|
2025-11-04 12:29:14 +01:00 |
|
|
|
223260887d
|
feat: add underlining keybinds ctrl+_, ctrl+= and ctrl+plus
ctrl+_ => select char to underline with
ctrl+= => underline with '='
ctrl+plus => underline with '=' preserving spaces
closes #350
|
2025-11-02 21:32:52 +01:00 |
|
|
|
28688b49de
|
refactor: move_to_char mini mode into a reusable get_char mini mode
|
2025-11-02 20:26:55 +01:00 |
|
|
|
6f57578925
|
feat: add flow mode bindings for plain move_begin (ctrl+k home)
|
2025-10-31 22:53:50 +01:00 |
|
|
|
ec783d68a6
|
feat: bind insert_command_name to ctrl+k ctrl+s in flow mode
Like in visual studio code, as insert_command_name is the closest thing
we have to a keybind reference.
|
2025-10-30 14:19:13 +01:00 |
|
|
|
eb11a40a9f
|
feat: bind select_line to alt+shift+e in flow mode
Like in visual studio, because the more common ctrl+l is already taken.
Also, remove some keybinds for commands that don't exist.
|
2025-10-30 14:18:17 +01:00 |
|
|
|
dff0b233d1
|
feat: add flow mode keybinding for delete_line
|
2025-10-30 11:45:43 +01:00 |
|
|
|
4113fdddd5
|
feat: add flow mode keybind for show_vcs_status (ctrl+shift+g)
|
2025-10-28 22:24:50 +01:00 |
|
Igor Támara
|
fa75da6f41
|
feat: added keypadd presses to match normal keys
|
2025-10-28 16:57:25 +01:00 |
|
|
|
91b54d6842
|
feat: bind ctrl+shift+page_up/page_down to move_tab_next/_previous in flow mode
|
2025-10-24 12:19:26 +02:00 |
|
|
|
99c28b8102
|
refactor: move clipboard_history command to tui module
|
2025-10-13 20:00:09 +02:00 |
|
|
|
acbf435a2e
|
feat: use alt+shift+v keybind for clipboard history palette
|
2025-10-13 19:50:20 +02:00 |
|
|
|
11d086945d
|
feat: add ctrl+page_up/_down keybinds for next/previous tab
And move move_scroll_* commands to alt+page_up/_down.
|
2025-10-10 15:20:06 +02:00 |
|
|
|
2bd5d913a8
|
fix: move flow mode select mode keybind to ctrl+shift+a
shift+space is too easy to trigger accidentally.
|
2025-10-05 16:49:51 +02:00 |
|
|
|
7963e20058
|
feat: add tab keybinding to active completion item
|
2025-10-02 20:24:26 +02:00 |
|
|
|
fa397b1642
|
fix: add ctrl+space keybind for completion and move SELECT mode to shift+space
|
2025-10-02 16:37:38 +02:00 |
|
|
|
cb389888e5
|
feat: add command toggle_color_scheme and flow mode keybind (alt+f11)
|
2025-09-30 14:23:30 +02:00 |
|