From 4c14edb208293c89decc8de7e1e19c55a217ff2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 23 Feb 2017 08:15:45 +0100 Subject: vis: remove number increment/decrement functionality By now we should have the necessary Lua API to implement this as an extension. --- config.def.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.def.h') 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("ll") }, - { "", ACTION(NUMBER_INCREMENT) }, { "C", ALIAS("c$") }, { "", ALIAS("") }, { "", ACTION(CURSORS_REMOVE_COLUMN) }, @@ -214,7 +213,6 @@ static const KeyBinding bindings_normal[] = { { "s", ALIAS(":split") }, { "v", ALIAS(":vsplit") }, { "w", ALIAS("j") }, - { "", ACTION(NUMBER_DECREMENT) }, { "", ACTION(WINDOW_SLIDE_DOWN) }, { "D", ALIAS("d$") }, { "", ALIAS("x") }, -- cgit v1.2.3