Updated: 15 February 2024
Mappings | Action | |
---|---|---|
<C-q> | Send all items not filtered to quickfixlist |
Freelance software engineer United Kingdom
Updated: 15 February 2024
Mappings | Action | |
---|---|---|
<C-q> | Send all items not filtered to quickfixlist |
Updated: 23 March 2024
View default key mappings
:help nvim-tree-mappings-default
a |
Create a new file. |
d |
Delete file. |
<C-r> |
Rename: Omit Filename |
e |
Rename: Basename |
r |
Rename |
W |
Collapse all |
E |
Expand all |
R |
Refresh |
BS |
Close a directory, whilst inside of it. |
I |
Toggle git ignored files. |
H |
Toggle dot files. |
Updated: 14 May 2023
[c
move to previous hunk.
]c
move to next hunk.
<leader>hp
preview hunk.
<leader>hs
stage hunk.
<leader>hu
undo hunk.
Updated: 17 May 2023
Surround a single character with square brackets, no additional space
ysl]
Surround a visual selection with backticks. Make the selection then
S`
For “Hello world!”, change double quotes to single quotes
cs"'
For <em>foo</em>, change tags to double quotes
cst"
Updated: 12 May 2023
Make word below cursor the top of tree listing
gn
Toggle dot files
gh
Rename a file
R
Delete a file
D
Create a new file
%
Open file in new horizontal split
o
Open file in new vertical split
v
Open file in new tab
t
Create a new directory
d
Refresh directory listing
Ctrl+l
Reverse sort order
r
open
p
close
:pc