diff options
author | wojciechkepka | 2021-06-23 06:45:37 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-23 07:23:15 +0000 |
commit | ed6528b9a6b7bf5513b20d1b2981e5c34cf58141 (patch) | |
tree | da0ae8d54935c5690386c0b550b0c44cca855ce2 | |
parent | 6564257a7b55259314095afa132fb6fdbcf3e6eb (diff) |
fix: Docs, `select_line` -> `extend_line`
-rw-r--r-- | book/src/remapping.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/remapping.md b/book/src/remapping.md index 1b724be7..b4f4005b 100644 --- a/book/src/remapping.md +++ b/book/src/remapping.md @@ -13,7 +13,7 @@ this: [keys.normal] 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 -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] A-x = "normal_mode" # Maps Alt-X to enter normal mode |