diff --git a/dot-files/gvimrc b/dot-files/gvimrc index cc3ebf8..63159b0 100644 --- a/dot-files/gvimrc +++ b/dot-files/gvimrc @@ -196,11 +196,11 @@ RUBY endfunction " Define the NERDTree-aware aliases -call s:DefineCommand("cd", "ChangeDirectory") -call s:DefineCommand("touch", "Touch") -call s:DefineCommand("rm", "Remove") -call s:DefineCommand("e", "Edit") -call s:DefineCommand("mkdir", "Mkdir") +"call s:DefineCommand("cd", "ChangeDirectory") +"call s:DefineCommand("touch", "Touch") +"call s:DefineCommand("rm", "Remove") +"call s:DefineCommand("e", "Edit") +"call s:DefineCommand("mkdir", "Mkdir") " Include user's local vim config if filereadable(expand("~/.gvimrc.local"))