diff options
author | Blaž Hrastnik | 2021-08-06 02:22:01 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-06 02:22:01 +0000 |
commit | 66a90130a5f99d769e9f6034025297f78ecaa3ec (patch) | |
tree | 0e18d71cc3d5ad60cf05955810a81b28da90406a /book | |
parent | 953125d3f381880f288afa2b59f9936e76d534fa (diff) |
Implement selection rotation with `(` and `)`
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 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) | |