diff --git a/src/normal.cc b/src/normal.cc index c4b13046..30206318 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -2014,8 +2014,8 @@ const HashMap keymap{ { {ctrl('o')}, {"jump backward in jump list", jump} }, { {ctrl('s')}, {"push current selections in jump list", push_selections} }, - { {'\''}, {"rotate main selection", rotate_selections} }, - { {alt('\'')}, {"rotate main selection", rotate_selections} }, + { {'\''}, {"rotate main selection forward", rotate_selections} }, + { {alt('\'')}, {"rotate main selection backward", rotate_selections} }, { {alt('"')}, {"rotate selections content", rotate_selections_content} }, { {'q'}, {"replay recorded macro", replay_macro} },