Last active
July 3, 2018 13:01
-
-
Save puhitaku/0efe088bbf89f5a07063cc7125c5b4ce to your computer and use it in GitHub Desktop.
Vimium override keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Insert your preferred key mappings here. | |
unmap H | |
unmap J | |
unmap K | |
unmap L | |
map H previousTab | |
map L nextTab | |
map J goBack | |
map K goForward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment