From dbd853a08211123c335d1bdeead7865d30d08a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Sun, 8 Aug 2021 13:31:09 +0900 Subject: [PATCH] Document new keys in book/ --- book/src/keymap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/src/keymap.md b/book/src/keymap.md index 99a76c781..156e694d0 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) |