Commit graph

247 commits

Author SHA1 Message Date
f0b079b43b
fix: regression in emacs mode fallback handling 2025-08-04 20:34:20 +02:00
488efd4605
fix: hint generally usable keybinds on home screen (flow mode) 2025-07-29 10:52:19 +02:00
bfa851e886
feat: add back single key keybinds on home screen (flow mode) 2025-07-29 10:28:40 +02:00
efdad96054
refactor: improve create pattern to avoid leaks 2025-07-19 00:03:30 +02:00
de68c1a5d4
fix: remove run_async from flow mode add_cursor_all_matches binding
The extra run_async prevents the keybind hint from matching the
add_cursor_all_matches command. Not sure why it was bound to run_async
anyway so I'll just remove it.
2025-07-18 10:46:02 +02:00
bc2fbec083
refactor: clean-up std.StaticStringMap naming 2025-07-15 13:17:04 +02:00
c5655468e3
fix: make keybind module respect command.suppressed_errors list
Also, make suppressed_errors a static string map for a little extra
performance.
2025-07-15 13:16:56 +02:00
Pranav RK
8e35387ae6 feat: add ctrl-c keybind to exit insert mode 2025-07-13 09:07:24 +02:00
4a6f67dcfb
feat: add legacy input encoding compatible undo keybinding in emacs mode
closes #267
2025-06-16 15:21:24 +02:00
f59125f74a
feat: add home/end keybindings to palette 2025-05-26 15:45:02 +02:00
4c759b14f3
feat: add flow mode keybind to insert full iso date and time 2025-05-26 11:54:50 +02:00
acce51583d
fix: use iso date format for default date instert keybind 2025-05-26 11:50:14 +02:00
a8758eeec1
feat: add flow mode keybinding to reload_file 2025-05-23 11:11:00 +02:00
73e026c6f7
feat: add initial basic visual block vim mode 2025-05-15 21:10:04 +02:00
2cced4fbff
feat: add support for binding '<' and '>' in vim mode
closes #255
2025-05-15 16:57:40 +02:00
Robert Burnett
0e182b6ae4 add vim bindings for swapping tabs 2025-05-13 18:16:33 +02:00
Robert Burnett
fcbb377237 removed mark related code 2025-05-13 18:16:33 +02:00
Robert Burnett
acded15af8 added * command in vim mode 2025-05-13 18:16:33 +02:00
Robert Burnett
7c51fa8400 add vim bindings for setting and goto'ing global marks 2025-05-13 18:16:33 +02:00
Robert Burnett
2d583fbd9e add bindings for the rest of the mark manipulation commands 2025-05-13 18:16:33 +02:00
Robert Burnett
d88b15ce04 began support vim mark system 2025-05-13 18:16:33 +02:00
Robert Burnett
da95070616 added join line binding for vim 2025-05-13 18:16:33 +02:00
Robert Burnett
28fdd95747 added cut_buffer_begin command and vim binding 2025-05-13 18:16:33 +02:00
Robert Burnett
43c77bb737 added goto buffer begin/end keybinds for vim mode 2025-05-13 18:16:33 +02:00
Robert Burnett
54aa30602f added dG vim binding 2025-05-13 18:16:33 +02:00
df70384b7b
feat: add toggle_highlight_columns command (shift+f11) 2025-04-30 09:59:59 +02:00
CO
392cb2c764 Fixed broken shifted keybinds for Helix mode 2025-04-28 10:35:27 +02:00
4ecc278b3f
fix: date keybinding should instert 2025-04-25 15:44:02 +02:00
ebfb9f7184
feat: add copy_file_name command 2025-04-15 17:52:20 +02:00
ivel.santos
6283d04442 Helix: fixing c keymap behavior 2025-04-13 14:18:54 +02:00
ivel.santos
66f94a40e9 Helix: normal mode after delete 2025-04-13 14:18:54 +02:00
ivel.santos
ccaeded0c8 Fix pasting line 2025-04-13 14:18:54 +02:00
ivel.santos
e59cd32ed8 copy and paste improvs and inclusive selection correction 2025-04-10 06:42:58 +02:00
ivel.santos
105be85d0f goto_line_vim: integer parameters 2025-04-09 07:09:08 +02:00
ivel.santos
f58babf2e7 Extend_line_below: integer parameter 2025-04-09 07:09:08 +02:00
ivel.santos
e993296590 add helix mode keybindings for setting integer argument 2025-04-09 07:09:08 +02:00
Levi
5199dcdd27
feat: Vim mode: till_char (#224) 2025-04-08 20:05:09 +02:00
ae815043d9
feat: add vim mode keybindings for setting integer argument 2025-04-08 18:23:40 +02:00
ec483d34d5
feat: add emacs mode keybindings for setting integer argument 2025-04-08 18:08:52 +02:00
94b222fb1b
feat: add flow mode keybindings for setting integer argument 2025-04-08 18:06:12 +02:00
6946cb4010
feat: re-add support for integer command arguments
closes #182
2025-04-08 18:02:39 +02:00
Levi
fb985a703a
feat: Helix & Vim mode: adding more commands (#218)
* Helix mode: select_left

* select_to_char_right implementation

* Vim select_to_char_left

* Helix select_to_char_left

* Helix & Vim: select_end

* select_to_char_left: Avoid panic with no selection

* select_left_helix: handling panic and shrinking code

* Correcting helix left and right select

* Helix mode: select_left

* select_to_char_right implementation

* Vim select_to_char_left

* Helix select_to_char_left

* Helix & Vim: select_end

* select_to_char_left: Avoid panic with no selection

* select_left_helix: handling panic and shrinking code

* Correcting helix left and right select

* Enable_selection on init_command

* move_to_char modification

* move_or_select

---------

Co-authored-by: CJ van den Berg <cj@vdbonline.com>
2025-04-08 10:28:29 +02:00
63270246d9
feat: call pause/resume_undo_history on entering/exiting insert modes
This makes undo atomic for insert mode changes.
2025-04-07 21:08:59 +02:00
6743c99c12
feat: add per input mode init_command and deinit_command support
closes #92
2025-04-07 21:07:36 +02:00
563eb57e44
refactor: move cut_to helix workaround to a helix specific command 2025-04-03 06:37:29 +02:00
Levi Santos
0babbb1833 fix(helix): Making d and c work as expected in normal mode 2025-04-03 06:16:13 +02:00
ivel.santos
e669849629 Helix mode: find_file 2025-04-03 06:13:05 +02:00
Levi Santos
d8553dd9d7 Helix mode: move_to_char 2025-04-03 06:13:05 +02:00
Levi Santos
b5a57e0901 Helix mode: adding file_picker_in_current_directory 2025-04-03 06:13:05 +02:00
b410687339
feat: close results pane if find_in_files mode is cancelled 2025-03-26 12:21:54 +01:00