Last active
August 29, 2015 14:04
-
-
Save ebot/007d996cd8b23599b558 to your computer and use it in GitHub Desktop.
windows vimrc customizations for work laptop
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
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