diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-03-08 23:19:50 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-03-08 23:19:50 +0100 |
| commit | 193be2f52cf15b86b9b54c9ce16b47b5731724ea (patch) | |
| tree | d4104ed64d86441150080d16684c0ed6988ee861 /config.def.h | |
| parent | f5e27d8ffa2e444e5663c5fb1e3f28201c4d7f6f (diff) | |
| download | vis-193be2f52cf15b86b9b54c9ce16b47b5731724ea.tar.gz vis-193be2f52cf15b86b9b54c9ce16b47b5731724ea.tar.xz | |
Add missing angle brackets around broken C-p key binding
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 8a3e4e9..e6b2a7d 100644 --- a/config.def.h +++ b/config.def.h @@ -31,7 +31,7 @@ static const KeyBinding bindings_motions[] = { { "l", ACTION(CURSOR_CHAR_NEXT) }, { " ", ALIAS("l") }, { "k", ACTION(CURSOR_LINE_UP) }, - { "C-p", ALIAS("k") }, + { "<C-p>", ALIAS("k") }, { "j", ACTION(CURSOR_LINE_DOWN) }, { "<C-j>", ALIAS("j") }, { "<C-n>", ALIAS("j") }, |
