From defeb9c86b1c347985ffb7bc0659e7e95c770887 Mon Sep 17 00:00:00 2001 From: cancel Date: Sat, 4 Jan 2020 02:13:01 +0900 Subject: [PATCH] Add slide selection modal to commands help --- tui_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tui_main.c b/tui_main.c index b685938..1ac8fd0 100644 --- a/tui_main.c +++ b/tui_main.c @@ -1965,6 +1965,7 @@ void push_controls_msg(void) { {"' (quote)", "Rectangle Selection Mode"}, {"Shift+Arrow Keys", "Adjust Rectangle Selection"}, {"Alt+Arrow Keys", "Slide Selection"}, + {"` (grave) or ~", "Toggle Slide Selection Mode"}, {"Escape", "Return to Normal Mode or Deselect"}, {"( and )", "Resize Grid (Horizontal)"}, {"_ and +", "Resize Grid (Vertical)"},