diff options
author | Dmitry Sharshakov | 2021-10-09 13:03:46 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-10-09 13:03:46 +0000 |
commit | 48cb81eff13f3f33d85f3bff731df4f9db1e4659 (patch) | |
tree | 4bdb24ab41495e99271a7419d8bcbc9569b9a3b9 /book | |
parent | 814dcfa8d234e5031313b050b851641da8e6359b (diff) | |
parent | 8925fdd6f3afa3532c928a5c6e1357bc15201d8a (diff) |
Merge branch 'master' into debug
Diffstat (limited to 'book')
-rw-r--r-- | book/src/keymap.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 78bac0cf..156b1d99 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -88,10 +88,10 @@ | `,` | Keep only the primary selection | `keep_primary_selection` | | `C` | Copy selection onto the next line | `copy_selection_on_next_line` | | `Alt-C` | Copy selection onto the previous line | `copy_selection_on_prev_line` | -| `(` | Rotate main selection forward | `rotate_selections_backward` | -| `)` | Rotate main selection backward | `rotate_selections_forward` | -| `Alt-(` | Rotate selection contents forward | `rotate_selection_contents_backward` | -| `Alt-)` | Rotate selection contents backward | `rotate_selection_contents_forward` | +| `(` | Rotate main selection backward | `rotate_selections_backward` | +| `)` | Rotate main selection forward | `rotate_selections_forward` | +| `Alt-(` | Rotate selection contents backward | `rotate_selection_contents_backward` | +| `Alt-)` | Rotate selection contents forward | `rotate_selection_contents_forward` | | `%` | Select entire file | `select_all` | | `x` | Select current line, if already selected, extend to next line | `extend_line` | | `X` | Extend selection to line bounds (line-wise selection) | `extend_to_line_bounds` | |