diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-23 08:15:45 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-23 08:22:31 +0100 |
| commit | 4c14edb208293c89decc8de7e1e19c55a217ff2d (patch) | |
| tree | d9860ea28e3218412f910b1f174d8b187f15ae2b /config.def.h | |
| parent | 8b0b98fcbb0db6475c081ed6b1bf7eae76c13595 (diff) | |
| download | vis-4c14edb208293c89decc8de7e1e19c55a217ff2d.tar.gz vis-4c14edb208293c89decc8de7e1e19c55a217ff2d.tar.xz | |
vis: remove number increment/decrement functionality
By now we should have the necessary Lua API to implement this as an
extension.
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 670c95c..7dc10b5 100644 --- a/config.def.h +++ b/config.def.h @@ -182,7 +182,6 @@ static const KeyBinding bindings_normal[] = { { ":", ACTION(PROMPT_SHOW) }, { ".", ACTION(REPEAT) }, { "~", ALIAS("<vis-operator-case-swap>ll") }, - { "<C-a>", ACTION(NUMBER_INCREMENT) }, { "C", ALIAS("c$") }, { "<C-b>", ALIAS("<PageUp>") }, { "<C-c>", ACTION(CURSORS_REMOVE_COLUMN) }, @@ -214,7 +213,6 @@ static const KeyBinding bindings_normal[] = { { "<C-w>s", ALIAS(":split<Enter>") }, { "<C-w>v", ALIAS(":vsplit<Enter>") }, { "<C-w>w", ALIAS("<C-w>j") }, - { "<C-x>", ACTION(NUMBER_DECREMENT) }, { "<C-y>", ACTION(WINDOW_SLIDE_DOWN) }, { "D", ALIAS("d$") }, { "<Delete>", ALIAS("x") }, |
