summaryrefslogtreecommitdiffstats
path: root/mode-key.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-07-02 21:25:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-07-02 21:25:58 +0000
commit399e352095e5bc200e0a966401702dbebcc34e85 (patch)
treefc988ebd7bbabd23a30769f7b82fc8c8168f1be2 /mode-key.c
parent892d1b534e401c081b90e15604e5e65978ab429a (diff)
^ for BOL too.
Diffstat (limited to 'mode-key.c')
-rw-r--r--mode-key.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mode-key.c b/mode-key.c
index cf5cb107..9acd6d1d 100644
--- a/mode-key.c
+++ b/mode-key.c
@@ -1,4 +1,4 @@
-/* $Id: mode-key.c,v 1.1 2008-07-02 21:22:57 nicm Exp $ */
+/* $Id: mode-key.c,v 1.2 2008-07-02 21:25:58 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -27,6 +27,7 @@ struct mode_key_entry {
const struct mode_key_entry mode_key_table_vi[] = {
{ MODEKEY_BOL, '0' },
+ { MODEKEY_BOL, '^' },
{ MODEKEY_CLEARSEL, '\033' },
{ MODEKEY_COPYSEL, '\r' },
{ MODEKEY_DOWN, 'j' },