aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-20 07:53:19 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-20 07:53:19 +0800
commite987cca0ce4808f18977183de5fced459ceee580 (patch)
tree601ab39f2c7607a51e71ebfd46aef6ed3414fa8e /examples
parentc6b056083f5b520d2b60e205791d406615bfbfce (diff)
Fixed <Home> bind in example config.
Diffstat (limited to 'examples')
-rw-r--r--examples/config/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index 1d2cf37..14302ee 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -164,7 +164,7 @@ set ebind = @mode_bind global,-insert
# Commands for editing and traversing the keycmd.
@ebind <Return> = event KEYCMD_EXEC_CURRENT
-@ebind <Home> = event SET_CURSOR_POS
+@ebind <Home> = event SET_CURSOR_POS 0
@ebind <End> = event SET_CURSOR_POS -1
@ebind <Left> = event SET_CURSOR_POS -
@ebind <Right> = event SET_CURSOR_POS +