This plugin requires NERDTree also to be installed. nerdtree-visual-selection defines key mappings that will work on nodes contained in a Visual selection in NERDTree.
Use your favorite plugin manager to install this plugin. vim-pathogen, Vundle.vim, vim-plug, neobundle.vim, and dein.vim are some of the more popular ones. A lengthy discussion of these and other managers can be found on vi.stackexchange.com.
If you have no favorite, or want to manage your plugins without 3rd-party dependencies, I recommend using Vim 8 packages, as described in Greg Hurrell's excellent Youtube video: Vim screencast #75: Plugin managers
There are two kinds of NERDTree:
:NERDTree
, :NERDTreeFocus
, :NERDTreeFind
, or :NERDTreeToggle
vim .
or :e .
, among others.This plugin does not work with WindowTree type trees, because the first file opened by it causes the NERDTree to close, and the other files in the selection to fail to open. These commands are disabled, and an error message is printed, when trying to use them in the wrong type NERDTree.
By default, all operations ask to be confirmed with a Yes/No/All/Cancel
prompt. All
is a Yes
answer, while Cancel
is a No
, for the remainder of the selection. Confirmation for the different operations can be turned off by setting the following aptly-named variables to 0
in your .vimrc
.
g:nerdtree_vis_confirm_open
g:nerdtree_vis_confirm_delete
g:nerdtree_vis_confirm_copy
g:nerdtree_vis_confirm_move
g:nerdtree_vis_confirm_append_arglist
g:nerdtree_vis_confirm_set_arglist
A mark is used to make your NERDTree's Jump
mappings work while keeping your selection. By default the mark is on the n
key, if you already use this key for a mark inside NERDTree you can change it via g:nerdtree_vis_jumpmark
Where applicable, those key mappings match up with NERDTree settings. If not defined in your .vimrc
, their default values are used. The mappings are as follows:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4