Last active
June 25, 2019 10:33
-
-
Save avovsya/e3d33d077302b040e2c3a1f10219cf1d to your computer and use it in GitHub Desktop.
Safari Vim plugin configuration
This file contains 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
" map "f" createTabbedHint | |
" map "shift+f" createHint | |
map "ctrl+l" nextTab | |
map "ctrl+h" previousTab | |
map "ctrl+u" scrollPageUp | |
map "ctrl+d" scrollPageDown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment