vmware-archive / vim-config

This is the Vim configuration we use on pairing machines at Neo, as well as many Neons' personal machines. It's pretty okay.
BSD 2-Clause "Simplified" License
64 stars 41 forks source link

Fix nerdtree bindings #46

Closed scssquatch closed 9 years ago

scssquatch commented 9 years ago

Does what https://github.com/neo/vim-config/pull/27 was trying to accomplish

leader g does nerdtree toggle (formerly g t) leader G does nerdtree find (formerly g ctrl+t)

nummi commented 9 years ago

:+1: