aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-05 07:20:12 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-05 07:20:12 +0200
commitbbb3a3ba1f17ccc95f1e7778312a5915afca182d (patch)
tree036ee0d52f5bb478514f8a3e126b30d4ea93e949 /config.def.h
parentbf60ce7d75949a8d6d53473d3b2430c162f5f897 (diff)
downloadvis-bbb3a3ba1f17ccc95f1e7778312a5915afca182d.tar.gz
vis-bbb3a3ba1f17ccc95f1e7778312a5915afca182d.tar.xz
Remove cruft from config.def.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/config.def.h b/config.def.h
index b9547a1..b1b2029 100644
--- a/config.def.h
+++ b/config.def.h
@@ -426,17 +426,6 @@ static KeyBinding basic_movement[] = {
{ /* empty last element, array terminator */ },
};
-#if 0
-static KeyBinding vis_commands[] = {
- // DEMO STUFF
- { { NONE('5') }, line, { .i = 50 } },
- { { NONE('s') }, mark_set, { .i = 0 } },
- { { NONE('9') }, mark_goto, { .i = 0 } },
-
- { /* empty last element, array terminator */ },
-};
-#endif
-
static KeyBinding vis_movements[] = {
BACKSPACE( movement, i, MOVE_CHAR_PREV ),
{ { NONE('h') }, movement, { .i = MOVE_CHAR_PREV } },