diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-05 07:20:12 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-05 07:20:12 +0200 |
| commit | bbb3a3ba1f17ccc95f1e7778312a5915afca182d (patch) | |
| tree | 036ee0d52f5bb478514f8a3e126b30d4ea93e949 /config.def.h | |
| parent | bf60ce7d75949a8d6d53473d3b2430c162f5f897 (diff) | |
| download | vis-bbb3a3ba1f17ccc95f1e7778312a5915afca182d.tar.gz vis-bbb3a3ba1f17ccc95f1e7778312a5915afca182d.tar.xz | |
Remove cruft from config.def.h
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 11 |
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 } }, |
