Created
March 27, 2015 03:52
-
-
Save rickarubio/43d5dab75ee84011f2f6 to your computer and use it in GitHub Desktop.
Revisions
-
rickarubio created this gist
Mar 27, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ " Add this to your .vimrc if isdirectory(argv(0)) bd autocmd vimenter * exe "cd" argv(0) autocmd VimEnter * NERDTree endif