Last active
November 24, 2017 06:26
-
-
Save sizhky/6ce05580f394742fcd45c4bf1f5c18d6 to your computer and use it in GitHub Desktop.
My cVimrc
This file contains 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
map h :help | |
let mapleader = ',' | |
let blacklists = ["https://vim-adventures.com/*","http://localhost/*","https://youtube.com/*","http://www.kongregate.com/*"] | |
map <Leader>e :tabopen chrome://extensions<CR> | |
map <Leader>E :tabopen https://chrome.google.com/webstore/category/extensions?hl=en<CR> | |
map <Leader>H :tabopen chrome://history<CR> | |
map <Leader>gg :tabopen https://gist.github.com/sizhky/6ce05580f394742fcd45c4bf1f5c18d6<CR> | |
map <Leader>s :tabopen chrome://settings<CR> | |
" let searchalias g = "google" | |
map <Leader>m :tabopen https://mail.google.com/mail/#index<CR> | |
map <Leader>n :tabopen https://mail.google.com/mail/u/1/#inbox<CR> | |
map <Leader>h :tabopen chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/pages/mappings.html<CR> | |
map <Leader>o :tabopen chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/pages/options.html<CR> | |
map <Leader>yt :tabopen https://youtube.com/<CR> | |
map <Leader>w: :tabopen https://chrome.google.com/webstore/category/extensions/<CR> | |
let barposition = "bottom" | |
set smoothscroll | |
set noautofocus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment