Clarify rotation direction between <'> and <a-'> in info help
This commit is contained in:
parent
73ecbdbc97
commit
86cc66577b
|
@ -2014,8 +2014,8 @@ const HashMap<Key, NormalCmd> keymap{
|
||||||
{ {ctrl('o')}, {"jump backward in jump list", jump<Backward>} },
|
{ {ctrl('o')}, {"jump backward in jump list", jump<Backward>} },
|
||||||
{ {ctrl('s')}, {"push current selections in jump list", push_selections} },
|
{ {ctrl('s')}, {"push current selections in jump list", push_selections} },
|
||||||
|
|
||||||
{ {'\''}, {"rotate main selection", rotate_selections<Forward>} },
|
{ {'\''}, {"rotate main selection forward", rotate_selections<Forward>} },
|
||||||
{ {alt('\'')}, {"rotate main selection", rotate_selections<Backward>} },
|
{ {alt('\'')}, {"rotate main selection backward", rotate_selections<Backward>} },
|
||||||
{ {alt('"')}, {"rotate selections content", rotate_selections_content} },
|
{ {alt('"')}, {"rotate selections content", rotate_selections_content} },
|
||||||
|
|
||||||
{ {'q'}, {"replay recorded macro", replay_macro} },
|
{ {'q'}, {"replay recorded macro", replay_macro} },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user