aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/input_common.h
diff options
context:
space:
mode:
authorGravatar Federico Ferri <federico.ferri@cern.ch>2016-03-20 02:08:23 +0100
committerGravatar Kurtis Rader <krader@skepticism.us>2016-03-20 19:22:04 -0700
commit168a156e5896fcaaf82a1b36587cde948f1765be (patch)
tree5cace4212475745aad732479bdcefe826c18897c /src/input_common.h
parent879ee61a30aa495456649e2b53714664264ff1bb (diff)
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.
Diffstat (limited to 'src/input_common.h')
-rw-r--r--src/input_common.h1
1 files changed, 1 insertions, 0 deletions
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,