pull/11885/head
archseer 3 years ago
parent 3c75d46cf0
commit 76bed1ec60

@ -465,7 +465,7 @@ this:</p>
[keys.normal]
a = &quot;move_char_left&quot; # Maps the 'a' key to the move_char_left command
w = &quot;move_line_up&quot; # Maps the 'w' key move_line_up
C-S-esc = &quot;select_line&quot; # Maps Control-Shift-Escape to select_line
C-S-esc = &quot;extend_line&quot; # Maps Control-Shift-Escape to extend_line
[keys.insert]
A-x = &quot;normal_mode&quot; # Maps Alt-X to enter normal mode

@ -156,7 +156,7 @@ this:</p>
[keys.normal]
a = &quot;move_char_left&quot; # Maps the 'a' key to the move_char_left command
w = &quot;move_line_up&quot; # Maps the 'w' key move_line_up
C-S-esc = &quot;select_line&quot; # Maps Control-Shift-Escape to select_line
C-S-esc = &quot;extend_line&quot; # Maps Control-Shift-Escape to extend_line
[keys.insert]
A-x = &quot;normal_mode&quot; # Maps Alt-X to enter normal mode

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save