From 86cc66577bfa41d3d40ac86efaff611c6321baf1 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Wed, 7 Jun 2017 08:53:33 +0200 Subject: [PATCH] Clarify rotation direction between <'> and in info help --- src/normal.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} },