Skip to content

Instantly share code, notes, and snippets.

@alok-mishra
Last active January 26, 2017 19:00
Show Gist options
  • Save alok-mishra/621491c3d158e0fa05089781266ff5e3 to your computer and use it in GitHub Desktop.
Save alok-mishra/621491c3d158e0fa05089781266ff5e3 to your computer and use it in GitHub Desktop.
" Setup: Sync directly with public github gist:
" https://gist.github.com/alok-mishra/621491c3d158e0fa05089781266ff5e3
set nohud
set nosmoothscroll
set noautofocus
set autoupdategist "maybe working?
set typelinkhints
set numerichints "requried for typelinkhints
let searchlimit = 20
let scrollstep = 60
let barposition = "bottom"
let mapleader = ","
map d closeTab
map u lastClosedTab
map h previousTab
map l nextTab
map s :tabnew google
map <leader>e :open! chrome://extensions<CR>
map <leader>p :togglepin<CR>
map R reloadTabUncached
map <C-u> scrollPageUp
map <C-d> scrollPageDown
unmap a
map p P
" NOT USING THE FOLLOWING ANYMORE - since I can't do cross platform / cross machine easily
" ... > Settings > Extensions > cVim > [x] Allow access to file URLs
" Symbolic links may interfere
" Put this in both cVim settings and here in .cvimrc. Then restart Chrome
"let configpath = 'c:/users/alok/Dropbox/dotfiles/vim/.cvimrc'
"set localconfig " Update settings via local file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment