Skip to content

Commit

Permalink
disable nerdtree bullshit in gvimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
thepeterstone committed Apr 30, 2014
1 parent 0ae27d5 commit ecb26c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dot-files/gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit ecb26c0

Please sign in to comment.