Created
May 18, 2018 03:56
-
-
Save philopon/78c0bf5d2309915be6b960086fd27cc9 to your computer and use it in GitHub Desktop.
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
| let scrollstep = 200 | |
| set nosmoothscroll | |
| set noautofocus | |
| map l nextTab | |
| map h previousTab | |
| map d closeTab | |
| map u lastClosedTab | |
| map U :restore<Space> | |
| iunmap <C-p> | |
| iunmap <C-k> | |
| site "https://feedly.com/*" { | |
| unmap j | |
| unmap k | |
| } | |
| site "https://mail.google.com/*" { | |
| unmap j | |
| unmap k | |
| unmap o | |
| unmap x | |
| unmap e | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment