From adcb0b8ca2f1a5b98f523402e1060f8f4a37e7d2 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 4 Nov 2016 11:14:26 -0600 Subject: 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. --- plugin/vim-options.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugin') 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 "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3