home: Correct Helix key binding definitions

This commit is contained in:
Mikael 2024-08-30 17:35:44 +02:00
parent 5d01d0d472
commit 11f223e56d
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -39,20 +39,20 @@
L = "move_next_long_word_end";
z = "replace";
Z = "zeplace_with_yanked";
Z = "replace_with_yanked";
s = "paste_after";
S = "paste_before";
x = "extend_line_below";
X = "extend_to_line_bounds";
Alt-X = "shrink_to_link_bounds";
A-X = "shrink_to_line_bounds";
e = "change_selection";
Alt-e = "change_selection_noyank";
A-e = "change_selection_noyank";
N = "join_selections";
Alt-N = "join_selections_space";
A-N = "join_selections_space";
semicolon = "search_next";
colon = "search_prev";