diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-11-04 11:14:26 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-11-04 11:14:26 -0600 |
commit | adcb0b8ca2f1a5b98f523402e1060f8f4a37e7d2 (patch) | |
tree | 1c063832174b4ba271153e55067276f854ecd733 | |
parent | 1ee72c5d2833c530b6021786a58f10871165db3c (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.vim | 5 |
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 "----------------------------------------------------------------------------------------------------------------------- |