diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-23 14:07:29 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-23 14:18:27 +0100 |
| commit | c4d675a2c600aaceb5f11644fdac8692f048ff22 (patch) | |
| tree | 6bb9a98299e617f5b8d0aa17fbd9e3d3d06ed930 /config.def.h | |
| parent | fafecaec125938b656ae873d7efa80858ebd2dcf (diff) | |
| download | vis-c4d675a2c600aaceb5f11644fdac8692f048ff22.tar.gz vis-c4d675a2c600aaceb5f11644fdac8692f048ff22.tar.xz | |
vis: implement ga
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 28a2fcd..5ccce5b 100644 --- a/config.def.h +++ b/config.def.h @@ -264,6 +264,7 @@ static KeyBinding vis_mode_normal[] = { { "gv", ACTION(SELECTION_RESTORE) }, { "m", ACTION(MARK_SET) }, { "<F1>", ALIAS(":help<Enter>") }, + { "ga", ACTION(UNICODE_INFO) }, { /* empty last element, array terminator */ }, }; |
