aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-11-04 11:14:26 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-11-04 11:14:26 -0600
commitadcb0b8ca2f1a5b98f523402e1060f8f4a37e7d2 (patch)
tree1c063832174b4ba271153e55067276f854ecd733
parent1ee72c5d2833c530b6021786a58f10871165db3c (diff)
Changing the shortcuts back to the orignal bindings. Who use's visual mode inside of NERDTree anyways, why not be consistant with split ke bindings.
-rw-r--r--plugin/vim-options.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index 94d4b62..46c585b 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -151,6 +151,11 @@ if !empty(glob(EditorDir.'/plugged/nerdtree/plugin/NERD_tree.vim'))
let g:NERDTreeDirArrows = 1
let g:NERDTreeDirArrowExpandable = '▸'
let g:NERDTreeDirArrowCollapsible = '▾'
+ let g:NERDTreeMapOpenSplit = 's'
+ let g:NERDTreeMapPreviewSplit = 'gs'
+ let g:NERDTreeMapOpenVSplit = 'v'
+ let g:NERDTreeMapPreviewVSplit = 'gv'
+
endif
"-----------------------------------------------------------------------------------------------------------------------