quick and dirty way to open file in VS from vim using hotkey
(assuming you're running cygwin+vim)
add following to your vimrc
nmap <key_combination> :!/cygdrive/c/Program\ Files/Microsoft\ Visual\ Studio\ 8/Common7/IDE/devenv.exe /Edit %<cr>
Personal blog dedicated to FOSS, GNU/Linux, web technologies and some miscellaneous stuff which I'd like to share with the rest of the world.
quick and dirty way to open file in VS from vim using hotkey
(assuming you're running cygwin+vim)
add following to your vimrc
nmap <key_combination> :!/cygdrive/c/Program\ Files/Microsoft\ Visual\ Studio\ 8/Common7/IDE/devenv.exe /Edit %<cr>
Posted by
waker
at
1:09 PM
Labels: vim, visual studio
0 comments:
Post a Comment