Commit graph

361 commits

Author SHA1 Message Date
b08b162a10
refactor: add insert events to keybindview 2025-12-10 17:39:14 +01:00
fe03d0dab4
refactor: render event type in keybindview 2025-12-10 17:19:04 +01:00
5febf537a7
refactor: make keybindview show key event and make it pretty 2025-12-10 16:28:02 +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
7df83c7e2b
refactor: add namespace and section to keybind match events 2025-12-10 15:12:01 +01:00
fccab59a36
refactor: optionally generate keybind_match events in keybind module 2025-12-10 14:34:17 +01:00
e8ec1a4598
feat: bind last_palette to space ' in helix mode 2025-12-06 20:23:15 +01:00
3967995e05
feat: bind last_palette to ctrl+, in flow mode 2025-12-06 20:18:26 +01:00
4c98cf33e3
feat: add config option keybind_mode with workaround ignore_alt_text_modifiers
This option may be set to ignore_alt_text_modifiers to enable a workround
for #417
2025-12-06 18:12:44 +01:00
58622a5531
feat: implement helix search_selection and add_next_match_helix 2025-12-04 17:47:29 +01:00
0f3a64c481
refactor: remove some obsolete TODO comments 2025-12-04 09:11:58 +01:00
023b87184a
feat: add flow mode binding for toggle_auto_find (alt+f3) 2025-12-03 19:10:55 +01:00
6c012d090b
fix: ignore more modifier keys in keybind.log_keyhints_message 2025-12-03 13:53:29 +01:00
4d81123c76
fix: don't add an extra space at the beginning of formatted keybinds 2025-12-02 14:17:40 +01:00
1803584940
refactor: include unbound keypress in key hints message 2025-12-02 13:25:53 +01:00
67c6965eaa
refactor: use scoped log in keybind module 2025-12-02 13:25:33 +01:00
4394940594
refactor: migrate keybind module to std.log 2025-12-02 12:52:23 +01:00
9dd12ad7dc
fix: broken tests 2025-12-02 12:40:08 +01:00
e473ae90f7
refactor: store original config section name in keybind binding sets 2025-12-02 11:44:52 +01:00
8dc6f9823d
fix: don't log keybind hints message for modifier key events 2025-12-01 22:30:24 +01:00
49acb2c3d5
feat: log keyhints message on unbound key events 2025-12-01 22:23:32 +01:00
3012fdcd90
feat: add scroll_keybind_hints command 2025-12-01 22:13:02 +01:00
a296471161
refactor: filter hidden commands 2025-12-01 21:49:23 +01:00
632cf8cfb3
refactor: add mode.current_bindings function 2025-12-01 21:37:40 +01:00
125e204ac8
feat: add ctrl+? keybind to enable hints mode 2025-12-01 21:35:58 +01:00
c9f43844cb
feat: filter kp_ key bindings from hints window
These are almost always duplicates.
2025-12-01 20:19:06 +01:00
824a2a1ee1
feat: add command to change hint window widget style (shift+alt+f9) 2025-12-01 20:19:06 +01:00
0666893151
refactor: make keybind.Binding public 2025-12-01 15:54:19 +01:00
a6e1087773
feat: add support in keybind module for looking up key sequence prefix matches
This is the initial part of some sort of which-key like function.
2025-12-01 15:43:55 +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