aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-21 12:04:05 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-21 12:04:05 +0100
commit0109dfc0d4e65751571a86aa91ae3c9947182ba0 (patch)
tree80ebfeb9622dbf7d663e7fc1a55e671ef8f9d761 /config.def.h
parent6aeb589a8acb296b15473811f6633644786c8b61 (diff)
downloadvis-0109dfc0d4e65751571a86aa91ae3c9947182ba0.tar.gz
vis-0109dfc0d4e65751571a86aa91ae3c9947182ba0.tar.xz
vis: implement g8
Shows hex values up to the next UTF-8 encoded character.
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) },