diff options
author | tv <tv@shackspace.de> | 2014-07-27 18:55:32 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-07-27 18:55:32 +0200 |
commit | 4589d9cf494d9cca19aa4da8aa754f6b31ef1876 (patch) | |
tree | 80dbb4a6f68513ba73bafb0fbfe37d74d21c2482 /Main.hs | |
parent | a6b938977705042b5ca0ca9c3272f76f229f1a42 (diff) |
s/Go{to,till}Find{Left,Right}/{For,Back}wardWord/
Diffstat (limited to 'Main.hs')
-rw-r--r-- | Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |