diff options
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 a33d3dcd..99a76c78 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -76,6 +76,8 @@ | `Alt-;` | Flip selection cursor and anchor | | `C` | Copy selection onto the next line | | `Alt-C` | Copy selection onto the previous line | +| `(` | Rotate main selection forward | +| `)` | Rotate main selection backward | | `%` | Select entire file | | `x` | Select current line, if already selected, extend to next line | | `X` | Extend selection to line bounds (line-wise selection) | |