Commit graph

393 commits

Author SHA1 Message Date
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
b52b06735b
fix: gg ge and G should select in helix SEL mode 2025-12-16 15:17:40 +01:00
0dcf63bd38
feat: make goto in flow select mode select to line 2025-12-16 15:09:58 +01:00
36d9a7023d
refactor: remove all duplicate kp_ keybinds in helix mode 2025-12-16 13:44:07 +01:00
721b118c32
refactor: remove all duplicate kp_ keybinds in flow mode 2025-12-16 13:42:21 +01:00
93c2c87632
feat: map kp_ movement keys as regular keys if the kp_ variants are not explicitly mapped
This makes it possible to use keypad movements without duplicating keybinds.
2025-12-16 13:41:06 +01:00
8546c6ca14
fix: add helix keybinds for kp_multiply and kp_divide 2025-12-15 15:34:16 +01:00
dc3b4f8c16
refactor: add panel_next_widget_style command 2025-12-11 18:46:27 +01:00
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