Commit graph

332 commits

Author SHA1 Message Date
b8e9f981f2
refactor: add explicit command for initializing helix select mode 2025-11-27 16:57:59 +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
9984d5e2b5
feat: add switch_input_mode command to change keybind mode in a mini mode 2025-11-18 16:43:42 +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
7ae983a419 fix: hx use explicit mode on match brackets
to cases where mode renaming could potentially give unexpected
behaviour.

Reverting 891a445ed43590f3a40b4058786a1405d6e2f077.
2025-11-18 15:40:41 +01:00
4cfe6adadd
refactor: change default_cursor config option to an enum 2025-11-18 15:36:19 +01:00
Igor Támara
5a6c010e58 feat: [hx] Added keybind for toggle_centered_view 2025-11-18 14:04:44 +01:00
Igor Támara
b4b44ec906 refactor: additional characters for smart_insert 2025-11-18 10:50:47 +01:00
Igor Támara
fd3401748e refactor: identify mode inside hx on bracket matching 2025-11-18 10:48:07 +01:00
Igor Támara
0b80ae50db refactor: simplify match mode 2025-11-18 10:48:07 +01:00
Igor Támara
a35bbc7e96 refactor: prepare match minimode 2025-11-18 10:48:07 +01:00
Igor Támara
f6d1f27337 feat: [hx] mm match brackets support 2025-11-17 18:43:42 +01:00
Igor Támara
5a2ef01645 feat: [emacs] C-M-p C-M-n matching braces support 2025-11-17 18:43:42 +01:00
Igor Támara
af9ff67e49 feat: [vim] % support for matching bracket under cursor 2025-11-17 18:43:42 +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
Igor Támara
8637152fc9 feat: [hx] map keybind to split commands 2025-11-17 18:19:26 +01:00
Igor Támara
368b139688 feat: fetch lsp symbols on user demand 2025-11-16 22:56:36 +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
Igor Támara
20a2b77db1 fix: [hx] regression on select move left and right 2025-11-06 14:34:47 +01:00
f0e2ef442f
feat: make b key in goto mini mode toggle goto byte offset mode 2025-11-05 21:33:04 +01:00
8b50c7a3af
fix: fully deinit keybind.Mode to avoid race when switching modes 2025-11-05 16:39:35 +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
Igor Támara
c3bd6b6bc3 refactor: [hx] group word movements 2025-11-03 22:48:20 +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
Igor Támara
8246f2b0ba feat: [hx] r to replace with a character
If no selection, the character under the cursor is replaced, if
selection, each character is replaced by the typed character.
2025-10-30 22:40:53 +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
Igor Támara
f5efe8e94f feat: [hx] Add F, T, t, f select and extension movements 2025-10-29 20:58:40 +01:00
Igor Támara
65665fb28b feat: [hx] in Normal mode select to char right
f j in normal mode selects to the char j in the buffer if it exists,
else the cursor stays in place
2025-10-29 20:58:40 +01:00
4113fdddd5
feat: add flow mode keybind for show_vcs_status (ctrl+shift+g) 2025-10-28 22:24:50 +01:00
61de5d89d7
refactor: rename open_changed_files to show_vcs_status
This fits a bit better as we will add commands to do more than just
open the files in the status palette.
2025-10-28 22:21:16 +01:00
Igor Támara
8d0fa9a355 feat: [hx] space g bound to open changed and new files reported by git 2025-10-28 22:20:36 +01:00
Igor Támara
1e998c12e4 feat: [hx] zt zc zb scroll keybinds and G support 2025-10-28 17:53:20 +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
geemili
c2fa54810f hx: bind g m to open_most_recent_file 2025-10-15 21:22:36 +02:00
geemili
a0fa408514 hx: change g a keybind to use open_previous_file 2025-10-15 21:22:36 +02:00
d6cdcfdb1a
fix: gg in helix mode should be bound to goto_line_vim 2025-10-15 10:24:16 +02:00