Skip to content

Instantly share code, notes, and snippets.

@bhishanpdl
Last active September 11, 2018 00:23
Show Gist options
  • Select an option

  • Save bhishanpdl/0c556aa80cf29d00806d00ee10588a43 to your computer and use it in GitHub Desktop.

Select an option

Save bhishanpdl/0c556aa80cf29d00806d00ee10588a43 to your computer and use it in GitHub Desktop.

Revisions

  1. bhishanpdl revised this gist Sep 11, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion svim.vim
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@ map "," previousTab
    map "." nextTab

    let blacklists = ["*://localhost:*", "*://codepen.io/*", "*://draw.io/*", "*://*slack.com/*", "*://codesandbox.io/*", "*://codewars.com/*", "*://discordapp.com/*", "://gitter.im/*"]
    let blacklists = [ "https://*.overleaf.com/*", "*://localhost:*", "*://codepen.io/*", "*://draw.io/*", "*://*slack.com/*", "*://codesandbox.io/*", "*://codewars.com/*", "*://discordapp.com/*", "://gitter.im/*"]
  2. bhishanpdl created this gist Sep 8, 2018.
    7 changes: 7 additions & 0 deletions svim.vim
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    " Settings
    map "b" scrollToBottom
    map "," previousTab
    map "." nextTab

    let blacklists = ["*://localhost:*", "*://codepen.io/*", "*://draw.io/*", "*://*slack.com/*", "*://codesandbox.io/*", "*://codewars.com/*", "*://discordapp.com/*", "://gitter.im/*"]