aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 1ae941f..cc68a84 100644
--- a/config.def.h
+++ b/config.def.h
@@ -224,6 +224,7 @@ static const KeyBinding bindings_normal[] = {
{ "<Escape>", ACTION(CURSORS_REMOVE_ALL) },
{ "<F1>", ALIAS(":help<Enter>") },
{ "ga", ACTION(UNICODE_INFO) },
+ { "g8", ACTION(UTF8_INFO) },
{ "g,", ACTION(CHANGELIST_NEXT) },
{ "g;", ACTION(CHANGELIST_PREV) },
{ "g-", ACTION(EARLIER) },