diff options
author | Blaž Hrastnik | 2021-08-05 07:53:51 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-05 08:04:26 +0000 |
commit | 5342f976d4abd5fa7673fdb81c3c38828ad3abc7 (patch) | |
tree | 5cadc1ad559d67dec8b48fbcd81a687b98a18872 /book/src | |
parent | 0793841ac36a2513484e3779363c9bd28f7cc0a4 (diff) |
Document C/Alt-C in the keymap
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/keymap.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 54d95ae7..a33d3dcd 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -74,6 +74,8 @@ | `Alt-s` | Split selection on newlines | | `;` | Collapse selection onto a single cursor | | `Alt-;` | Flip selection cursor and anchor | +| `C` | Copy selection onto the next line | +| `Alt-C` | Copy selection onto the previous line | | `%` | Select entire file | | `x` | Select current line, if already selected, extend to next line | | `X` | Extend selection to line bounds (line-wise selection) | |