diff options
author | Gokul Soumya | 2021-11-03 13:22:41 +0000 |
---|---|---|
committer | GitHub | 2021-11-03 13:22:41 +0000 |
commit | 253bd6b3a847433c181b7b49ec77e7a8aab209c3 (patch) | |
tree | 0dc9ec461236c6b95d7d9b9c400dd16a03de9c41 | |
parent | 3eb829e2330fed5ad1c095f8bba44f62361b4943 (diff) |
Add better description for copy_selection command (#969)
-rw-r--r-- | book/src/keymap.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 9ed35f77..a776ee70 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -89,8 +89,8 @@ | `Alt-;` | Flip selection cursor and anchor | `flip_selections` | | `,` | Keep only the primary selection | `keep_primary_selection` | | `Alt-,` | Remove the primary selection | `remove_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` | +| `C` | Copy selection onto the next line (Add cursor below) | `copy_selection_on_next_line` | +| `Alt-C` | Copy selection onto the previous line (Add cursor above) | `copy_selection_on_prev_line` | | `(` | Rotate main selection backward | `rotate_selections_backward` | | `)` | Rotate main selection forward | `rotate_selections_forward` | | `Alt-(` | Rotate selection contents backward | `rotate_selection_contents_backward` | |