diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-11 11:01:36 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-11 11:01:36 +0200 |
| commit | 89c99d64005f9e31b70f7eae8c0f6a76b24f4b14 (patch) | |
| tree | 89546268bc61a2d3df9166159259efea6f8e1b5b /config.def.h | |
| parent | 7c3711eac82949df4b81e1a33fbc569080dc83e4 (diff) | |
| download | vis-89c99d64005f9e31b70f7eae8c0f6a76b24f4b14.tar.gz vis-89c99d64005f9e31b70f7eae8c0f6a76b24f4b14.tar.xz | |
Remove Ctrl+c for quit, since we now have a command prompt
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index b332e18..d26045d 100644 --- a/config.def.h +++ b/config.def.h @@ -90,9 +90,7 @@ static KeyBinding basic_movement[] = { { { KEY(NPAGE) }, cursor, { .m = window_page_down } }, { { KEY(HOME) }, movement, { .i = MOVE_LINE_START } }, { { KEY(END) }, movement, { .i = MOVE_LINE_FINISH } }, - // temporary until we have a way to enter user commands - { { CONTROL('c') }, quit, }, - { /* empty last element, array terminator */ }, + { /* empty last element, array terminator */ }, }; static KeyBinding vis_movements[] = { |
