Skip to content

Instantly share code, notes, and snippets.

@wpix
Last active May 17, 2019 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpix/415f4c5d2cc9f60e80e4911ab787858e to your computer and use it in GitHub Desktop.
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.
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