aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h1
1 files changed, 1 insertions, 0 deletions
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;