summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-07-27 18:55:32 +0200
committertv <tv@shackspace.de>2014-07-27 18:55:32 +0200
commit4589d9cf494d9cca19aa4da8aa754f6b31ef1876 (patch)
tree80dbb4a6f68513ba73bafb0fbfe37d74d21c2482 /Main.hs
parenta6b938977705042b5ca0ca9c3272f76f229f1a42 (diff)
s/Go{to,till}Find{Left,Right}/{For,Back}wardWord/
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Main.hs b/Main.hs
index e4c9a13..75e031f 100644
--- a/Main.hs
+++ b/Main.hs
@@ -316,8 +316,8 @@ nmap =
-- OR
-- [MotionCommand SkipSpaceRight, MotionCommand $ GotillFindRight 1 ' ']
-- etc.
- , ("\x1bOc", MotionCommand $ GotillFindRight 1 ' ')
- , ("\x1bOd", MotionCommand $ GotillFindLeft 1 ' ')
+ , ("\x1bOc", MotionCommand $ WordsForward 1)
+ , ("\x1bOd", MotionCommand $ WordsBackward 1)
]
++ [unboundSequence "\x1b[2~" "<Insert>"]
++ [unboundSequence "\x1b[5~" "<Prior>"] -- page up