mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
add doc for the vertical split maps
This commit is contained in:
@@ -203,6 +203,8 @@ t.......Open selected node/bookmark in a new tab.................|NERDTree-t|
|
|||||||
T.......Same as 't' but keep the focus on the current tab........|NERDTree-T|
|
T.......Same as 't' but keep the focus on the current tab........|NERDTree-T|
|
||||||
i.......Open selected file in a split window.....................|NERDTree-i|
|
i.......Open selected file in a split window.....................|NERDTree-i|
|
||||||
gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-gi|
|
gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-gi|
|
||||||
|
s.......Open selected file in a new vsplit.......................|NERDTree-s|
|
||||||
|
gs......Same as s, but leave the cursor on the NERDTree..........|NERDTree-gs|
|
||||||
!.......Execute the current file.................................|NERDTree-!|
|
!.......Execute the current file.................................|NERDTree-!|
|
||||||
O.......Recursively open the selected directory..................|NERDTree-O|
|
O.......Recursively open the selected directory..................|NERDTree-O|
|
||||||
x.......Close the current nodes parent...........................|NERDTree-x|
|
x.......Close the current nodes parent...........................|NERDTree-x|
|
||||||
@@ -308,6 +310,26 @@ The same as |NERDTree-i| except that the cursor is not moved.
|
|||||||
The key combo for this mapping is always "g" + NERDTreeMapOpenSplit (see
|
The key combo for this mapping is always "g" + NERDTreeMapOpenSplit (see
|
||||||
|NERDTree-i|).
|
|NERDTree-i|).
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
*NERDTree-s*
|
||||||
|
Default key: s
|
||||||
|
Map option: NERDTreeMapOpenVSplit
|
||||||
|
Applies to: files.
|
||||||
|
|
||||||
|
Opens the selected file in a new vertically split window and puts the cursor in
|
||||||
|
the new window.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
*NERDTree-gs*
|
||||||
|
Default key: gs
|
||||||
|
Map option: None
|
||||||
|
Applies to: files.
|
||||||
|
|
||||||
|
The same as |NERDTree-s| except that the cursor is not moved.
|
||||||
|
|
||||||
|
The key combo for this mapping is always "g" + NERDTreeMapOpenVSplit (see
|
||||||
|
|NERDTree-s|).
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*NERDTree-!*
|
*NERDTree-!*
|
||||||
Default key: !
|
Default key: !
|
||||||
|
|||||||
Reference in New Issue
Block a user