aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.cpp
diff options
context:
space:
mode:
authorGravatar Christian Rishøj <christian@rishoj.net>2013-05-20 21:42:34 +0200
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-24 23:56:12 -0700
commitf32dfe2da60e7da56a15d9ceea1145f4905b777f (patch)
tree1a6dc6465107ac3af80cc754889c732aa4e8fc0f /input.cpp
parent9f0775c87352d2c1fd79f31bcd97a2e55301a7d0 (diff)
command and binding for transpose-chars
Diffstat (limited to 'input.cpp')
-rw-r--r--input.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/input.cpp b/input.cpp
index 6127e23f..2a9ac010 100644
--- a/input.cpp
+++ b/input.cpp
@@ -113,6 +113,7 @@ static const wchar_t * const name_arr[] =
L"history-token-search-backward",
L"history-token-search-forward",
L"self-insert",
+ L"transpose-chars",
L"null",
L"eof",
L"vi-arg-digit",
@@ -197,6 +198,7 @@ static const wchar_t code_arr[] =
R_HISTORY_TOKEN_SEARCH_BACKWARD,
R_HISTORY_TOKEN_SEARCH_FORWARD,
R_SELF_INSERT,
+ R_TRANSPOSE_CHARS,
R_NULL,
R_EOF,
R_VI_ARG_DIGIT,