You might want to try Vintageous[0], It improves the native "Vintage" mode and adds things like vim-style searching and multiple cursors support. If you are addicted to NERDTree like I was, here are some custom keymapping[1] that will allow you to navigate the sidebar using the keyboard.
ctrl+h ctrl+h - takes you to the sidebar where you can navigate using j, k, h, l
ctrl+h ctrl+h - takes you to the sidebar where you can navigate using j, k, h, l
ctrl+h - move to pane to the left
ctrl+l - move to pane to the right
ctrl+shift+h - move and create pane to the right
ctrl+shift+l - move and create pane to the left
.. and a few others
0: https://github.com/guillermooo/Vintageous/ 1: https://github.com/kylefinley/dotfiles/blob/master/sublime/U...
Edit: formatting