diff options
author | Blaž Hrastnik | 2021-08-08 04:31:09 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-08 04:31:09 +0000 |
commit | dbd853a08211123c335d1bdeead7865d30d08a3f (patch) | |
tree | 179ffced081e45b6013b7f3a0eb95fb614ee7129 /book | |
parent | e2c3547f266448e8b74f0f492a8f50c18fb12e0c (diff) |
Document new keys in book/
Diffstat (limited to 'book')
-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 99a76c78..156e694d 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -78,6 +78,8 @@ | `Alt-C` | Copy selection onto the previous line | | `(` | Rotate main selection forward | | `)` | Rotate main selection backward | +| `Alt-(` | Rotate selection contents forward | +| `Alt-)` | Rotate selection contents backward | | `%` | Select entire file | | `x` | Select current line, if already selected, extend to next line | | `X` | Extend selection to line bounds (line-wise selection) | |