Skip to content

Instantly share code, notes, and snippets.

@tejasvi
Last active December 11, 2019 06:42
Show Gist options
  • Save tejasvi/b1157be7104fcb446db41ebbe9bab10a to your computer and use it in GitHub Desktop.
Save tejasvi/b1157be7104fcb446db41ebbe9bab10a to your computer and use it in GitHub Desktop.
cVim for chrome
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