Last active
September 25, 2016 01:28
-
-
Save metakirby5/54153401c8df2f2e3dba72dd839b7ec9 to your computer and use it in GitHub Desktop.
Revisions
-
metakirby5 revised this gist
Sep 25, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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/*", "*://hackerrank.com/*"] " Keys let mapleader = "space" -
metakirby5 revised this gist
Aug 3, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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/*"] " Keys let mapleader = "space" -
metakirby5 revised this gist
Jun 30, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ " Settings let lastactivetablimit = 50; let lastclosedtablimit = 50; let blacklists = ["*://trello.com/*"] " Keys let mapleader = "space" -
metakirby5 revised this gist
Jun 30, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ " Settings let lastactivetablimit = 50; let lastclosedtablimit = 50; let blacklists = ["*://*.trello.com/*"] " Keys let mapleader = "space" -
metakirby5 revised this gist
Jun 30, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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" -
metakirby5 revised this gist
Jun 27, 2016 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ " Settings let lastactivetablimit = 50; let lastclosedtablimit = 50; -
metakirby5 created this gist
Jun 27, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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