diff options
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/normal.cc b/src/normal.cc index 1cedef8f..53e7cbd5 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -2014,8 +2014,8 @@ const HashMap<Key, NormalCmd> keymap{ { {ctrl('o')}, {"jump backward in jump list", jump<Backward>} }, { {ctrl('s')}, {"push current selections in jump list", push_selections} }, - { {'\''}, {"rotate main selection", rotate_selections<Forward>} }, - { {alt('\'')}, {"rotate main selection", rotate_selections<Backward>} }, + { {'\''}, {"rotate main selection forward", rotate_selections<Forward>} }, + { {alt('\'')}, {"rotate main selection backward", rotate_selections<Backward>} }, { {alt('"')}, {"rotate selections content", rotate_selections_content} }, { {'q'}, {"replay recorded macro", replay_macro} }, |
