Last active
July 7, 2019 12:47
-
-
Save crlane/b2c7cde7973779cbe75f0261fed282ce to your computer and use it in GitHub Desktop.
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 characters
let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*", "*://feedly.com/*", "*://*/*.pdf"] | |
map jj <Esc> | |
map <C-d> scrollPageDown | |
map <C-u> scrollPageUp | |
map <C-f> scrollFullPageDown | |
map <C-b> scrollFullPageUp | |
map u lastClosedTab | |
map O :tabnew<Space> | |
map o :open<Space> | |
map B :bookmarks!<Space> | |
map d closeTab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment