aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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") },