Last active
May 17, 2019 07:38
-
-
Save wpix/415f4c5d2cc9f60e80e4911ab787858e to your computer and use it in GitHub Desktop.
sVimrc keybinding. Deactivated keys related to closing tabs to avoid accidentally closing tabs.
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
set nosmoothscroll | |
let newtaburl = "http://google.com" | |
map "d" scrollFullPageDown | |
map "e" scrollFullPageUp | |
map "g b" scrollToBottom | |
map "g x f" closeTabsToLeft | |
map "g x h" closeTabsToRight | |
map "v" createTabbedHint | |
unmap "x" | |
unmap "u" | |
unmap "0" | |
unmap "$" | |
unmap "g $" | |
unmap "g 0" | |
unmap "g shift+t" | |
unmap "g t" | |
unmap “shift+h” | |
unmap “shift+l” | |
unmap "g x shift+t" | |
unmap "g x t" | |
unmap "g x 0" | |
unmap "g x $" | |
unmap "g shift+w" | |
unmap "ctrl+]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment