Skip to content

Instantly share code, notes, and snippets.

@metakirby5
Last active September 25, 2016 01:28
Show Gist options
  • Save metakirby5/54153401c8df2f2e3dba72dd839b7ec9 to your computer and use it in GitHub Desktop.
Save metakirby5/54153401c8df2f2e3dba72dd839b7ec9 to your computer and use it in GitHub Desktop.

Revisions

  1. metakirby5 revised this gist Sep 25, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sVim.rc
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    " Settings
    let lastactivetablimit = 50;
    let lastclosedtablimit = 50;
    let blacklists = ["*://trello.com/*", "*://youtube.com/*", "*://inbox.google.com/*"]
    let blacklists = ["*://trello.com/*", "*://youtube.com/*", "*://inbox.google.com/*", "*://hackerrank.com/*"]

    " Keys
    let mapleader = "space"
  2. metakirby5 revised this gist Aug 3, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sVim.rc
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    " Settings
    let lastactivetablimit = 50;
    let lastclosedtablimit = 50;
    let blacklists = ["*://trello.com/*"]
    let blacklists = ["*://trello.com/*", "*://youtube.com/*", "*://inbox.google.com/*"]

    " Keys
    let mapleader = "space"
  3. metakirby5 revised this gist Jun 30, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sVim.rc
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    " Settings
    let lastactivetablimit = 50;
    let lastclosedtablimit = 50;
    let blacklists = ["*://*.trello.com/*"]
    let blacklists = ["*://trello.com/*"]

    " Keys
    let mapleader = "space"
  4. metakirby5 revised this gist Jun 30, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sVim.rc
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    " Settings
    let lastactivetablimit = 50;
    let lastclosedtablimit = 50;
    let blacklists = ["*://trello.com/*"]
    let blacklists = ["*://*.trello.com/*"]

    " Keys
    let mapleader = "space"
  5. metakirby5 revised this gist Jun 30, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions sVim.rc
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    " Settings
    let lastactivetablimit = 50;
    let lastclosedtablimit = 50;
    let blacklists = ["*://trello.com/*"]

    " Keys
    let mapleader = "space"
  6. metakirby5 revised this gist Jun 27, 2016. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion sVim.rc
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    " Settings
    let blacklists = ["*://inbox.google.com/*"]
    let lastactivetablimit = 50;
    let lastclosedtablimit = 50;

  7. metakirby5 created this gist Jun 27, 2016.
    11 changes: 11 additions & 0 deletions sVim.rc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    " Settings
    let blacklists = ["*://inbox.google.com/*"]
    let lastactivetablimit = 50;
    let lastclosedtablimit = 50;

    " Keys
    let mapleader = "space"
    map "up" scrollUp
    map "down" scrollDown
    map "left" scrollLeft
    map "right" scrollRight