Skip to content

Instantly share code, notes, and snippets.

@ebot
Last active August 29, 2015 14:04
Show Gist options
  • Save ebot/007d996cd8b23599b558 to your computer and use it in GitHub Desktop.
Save ebot/007d996cd8b23599b558 to your computer and use it in GitHub Desktop.
windows vimrc customizations for work laptop
autocmd BufEnter *.markdown,*.md exe 'noremap <F5> :!start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" %:p<CR>'
let NERDTreeWinSize=20
if has("gui_running")
set lines=50 columns=105
:winpos 800 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment