Last active
December 11, 2019 06:42
-
-
Save tejasvi/b1157be7104fcb446db41ebbe9bab10a to your computer and use it in GitHub Desktop.
cVim for chrome
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 searchengine google = "https://www.google.com/search?glp=1&hl=EN&tci=g:2840&uule=w+CAIQICINVW5pdGVkIFN0YXRlcw&q=" | |
let mapleader = "," | |
map <Leader>r reloadTabUncached | |
" Displays your public IP address in the status bar | |
map ci :call getIP<CR> | |
let blacklists = ["*youtube.com*"] | |
map ,d scrollFullPageDown | |
map ,u scrollFullPageUp | |
let hintcharacters = "fjghtyeirucmdkbnxloewsapqz" | |
set noautofocus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment