aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-02-20 17:51:32 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-02-20 18:07:12 +0100
commitb56c629d8200b891bcf6822cfa4425ccc9849567 (patch)
treede8a21abd83a663bf0d194ea2e693451776f303b
parent40a6aedd7a2da02c42e72c636493c27059696947 (diff)
downloadvis-b56c629d8200b891bcf6822cfa4425ccc9849567.tar.gz
vis-b56c629d8200b891bcf6822cfa4425ccc9849567.tar.xz
vis: move cursor to next char after ~ in normal mode
This will not work as expected when given a count. Close #181
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index a216b6c..b97c6b3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -240,7 +240,7 @@ static const KeyBinding bindings_normal[] = {
{ "m", ACTION(MARK_SET) },
{ "<F1>", ALIAS(":help<Enter>") },
{ "ga", ACTION(UNICODE_INFO) },
- { "~", ALIAS("<vis-operator-case-swap>l") },
+ { "~", ALIAS("<vis-operator-case-swap>ll") },
{ "<End>", ALIAS("$") },
{ "gf", ACTION(OPEN_FILE_UNDER_CURSOR) },
{ "<C-w>gf", ACTION(OPEN_FILE_UNDER_CURSOR_NEW_WINDOW) },