> <tab> opens the file under cursor in a horizontal split. I don't care > much for horizontal splits. How can I open the file under cursor in a > vertical split? I didn't see anything in the documentation in regards > to this, but has anyone here customized the plugin to open vertical > splits?
beau:~/.vim/plugin$ diff NERD_tree.vim.old NERD_tree.vim 2424c2424 < let splitMode = "" --- > let splitMode = "vertical" This change works for me. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
