aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 +