From 97947adeca4b81a2da0fc5506df46b6e68a86074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 19 Sep 2015 16:11:59 +0200 Subject: vis: add rudimentary support for key aliases This will eventually be exposed via a :map style command. --- editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor.h') diff --git a/editor.h b/editor.h index 3b555bf..7719f3d 100644 --- a/editor.h +++ b/editor.h @@ -33,6 +33,7 @@ typedef struct { /* returns a pointer to the first not consumed character in keys * or NULL if not enough input was available to complete the command */ const Arg arg; + const char *alias; } KeyBinding; typedef struct Mode Mode; -- cgit v1.2.3