diff options
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.js b/commands.js index a09d07dc..477e5cd3 100644 --- a/commands.js +++ b/commands.js @@ -83,8 +83,8 @@ function clearKeyMappingsAndSetDefaults() { mapKeyToCommand('gg', 'scrollToTop'); mapKeyToCommand('G', 'scrollToBottom'); - mapKeyToCommand('ga', 'scrollToLeft'); - mapKeyToCommand('gd', 'scrollToRight'); + mapKeyToCommand('zH', 'scrollToLeft'); + mapKeyToCommand('zL', 'scrollToRight'); mapKeyToCommand('<c-e>', 'scrollDown'); mapKeyToCommand('<c-y>', 'scrollUp'); mapKeyToCommand('<c-d>', 'scrollPageDown'); |
