From 168a156e5896fcaaf82a1b36587cde948f1765be Mon Sep 17 00:00:00 2001 From: Federico Ferri Date: Sun, 20 Mar 2016 02:08:23 +0100 Subject: implement swap-selection-start-stop function The swap-selection-start-stop function goes to the other end of the highlighted text, the equivalent of `o' for vim visual mode. Add binding to the swap-selection-start-stop function, `o' when in visual mode. Document swap-selection-start-stop, begin-selection, end-selection, kill-selection. --- src/input_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input_common.h') diff --git a/src/input_common.h b/src/input_common.h index e605d18b..8f4cdd52 100644 --- a/src/input_common.h +++ b/src/input_common.h @@ -68,6 +68,7 @@ enum R_SUPPRESS_AUTOSUGGESTION, R_ACCEPT_AUTOSUGGESTION, R_BEGIN_SELECTION, + R_SWAP_SELECTION_START_STOP, R_END_SELECTION, R_KILL_SELECTION, R_FORWARD_JUMP, -- cgit v1.2.3