Skip to content

Instantly share code, notes, and snippets.

@ORBAT
Last active September 19, 2019 13:25
Show Gist options
  • Save ORBAT/164c64f2b429937487c517db4f5624c6 to your computer and use it in GitHub Desktop.
Save ORBAT/164c64f2b429937487c517db4f5624c6 to your computer and use it in GitHub Desktop.
sVimrc
map "d" scrollPageDown
map "shift+d" scrollPageUp
map "g shift+g" scrollToBottom
unmap "g n"
map "g f" gotoNextPage
unmap "g p"
map "g shift+f" gotoPrevPage
map "€" scrollToRight
map "f" createTabbedHint
map "shift+f f" createForegroundHint
map "shift+f shift+f" createHint
map "shift+n" newWindow
map "w" nextTab
map "q" previousTab
map "ctrl+w" moveTabRight
map "ctrl+q" moveTabLeft
map "g shift+h" goForward
map "g h" goBack
map "g €" lastTab
map "g x €" closeTabsToRight
let scrollduration = 14
let nextpagetextpatterns = ["[Nn]ext", ">+", "[Mm]ore", "[Ss]euraava", "»", "›"]
let prevpagetextpatterns = ["[Pp]rev(ious)?", "<+", "[Ee]dellinen", "«", "‹"]
let hintcharacters = "fredvwtsq2314acgb"
let blacklists = ["*://marvelapp.com/*", "*://drive.google.com/*", "*://docs.google.com/*", "*://*.netflix.com/*", "*://go.positive.fi/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment