mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 05:27:07 +04:00
fix: Docs, select_line
-> extend_line
This commit is contained in:
parent
6564257a7b
commit
ed6528b9a6
@ -13,7 +13,7 @@ # At most one section each of 'keys.normal', 'keys.insert' and 'keys.select'
|
|||||||
[keys.normal]
|
[keys.normal]
|
||||||
a = "move_char_left" # Maps the 'a' key to the move_char_left command
|
a = "move_char_left" # Maps the 'a' key to the move_char_left command
|
||||||
w = "move_line_up" # Maps the 'w' key move_line_up
|
w = "move_line_up" # Maps the 'w' key move_line_up
|
||||||
C-S-esc = "select_line" # Maps Control-Shift-Escape to select_line
|
C-S-esc = "extend_line" # Maps Control-Shift-Escape to extend_line
|
||||||
|
|
||||||
[keys.insert]
|
[keys.insert]
|
||||||
A-x = "normal_mode" # Maps Alt-X to enter normal mode
|
A-x = "normal_mode" # Maps Alt-X to enter normal mode
|
||||||
|
Loading…
Reference in New Issue
Block a user