What's NERDTree    :    A tree explorer plugin for vim.

 

Install :

Using Vundle on .vimrc

" for NERDTREE
Plugin 'scrooloose/nerdtree'

 

Short Key :

open NERDTree

" for NERDTree
:nmap <F9> :NERDTree<CR>

 

Close NERDTree

Key in 'q'

若使用上列的命令,按下F9,再按 q 才能關,不甚方便,

若使用下列命令,則按下 F9 開啟,再按 F9 就是關閉,端看個人應用。

" for NERDTree
:nmap <F9> :NERDTreeToggle<CR>

 

  

Switch between windows

Key in 'ctrl-w w'

 

 

NERDTree-o

Open files, directories and bookmarks

 

 

*NERDTree-A*    是大 A 哦!

Maximize (zoom) and minimize the NERDtree window.

 

相关文章:

  • 2021-08-01
  • 2021-11-20
  • 2022-12-23
  • 2022-01-08
  • 2022-01-07
  • 2021-04-29
  • 2021-11-30
猜你喜欢
  • 2021-09-13
  • 2021-10-14
  • 2021-05-27
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2021-06-30
相关资源
相似解决方案