File tree 2 files changed +21
-21
lines changed
2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Split open (horizontal) | :sp [file]
7
7
Split open (vertical) | :vs [file]
8
8
Reopen last opened file | <C-o><C-o>
9
9
Open with external app | gx
10
- File explorer (Netrw) | :Ex
11
10
Close file | :bd
12
11
Close all | :%bd
13
12
Save | :w
@@ -29,26 +28,6 @@ Quit without saving | ZQ
29
28
Save all and exit Vim | :xa
30
29
Exit Vim without saving | :qa!
31
30
32
- ## netrw-vim
33
- Open file/directory | <CR>
34
- Open in horizontal split | o
35
- Open in vertical split | v
36
- Open in a new tab | t
37
- Open with external app | x
38
- New file here | %
39
- New directory here | d
40
- Mark file | mf
41
- Mark using shell glob | mr
42
- Unmark all | mu
43
- Edit marked files | me
44
- Rename file(s) | R
45
- Delete file(s) | D
46
- Refresh file list | <C-l>
47
- File info | qf
48
- Toggle hidden files | a
49
- Switch file list format | i
50
- Exit file explorer | :Rex
51
-
52
31
## edit-vim
53
32
Back to normal mode | <Esc>
54
33
Cancel command/operation | <C-c>
Original file line number Diff line number Diff line change
1
+ ## netrw-vim
2
+ File explorer (Netrw) | :Ex
3
+ Open file/directory | <CR>
4
+ Open in horizontal split | o
5
+ Open in vertical split | v
6
+ Open in a new tab | t
7
+ Open with external app | x
8
+ New file here | %
9
+ New directory here | d
10
+ Mark file | mf
11
+ Mark using shell glob | mr
12
+ Unmark all | mu
13
+ Edit marked files | me
14
+ Rename file(s) | R
15
+ Delete file(s) | D
16
+ Refresh file list | <C-l>
17
+ File info | qf
18
+ Toggle hidden files | a
19
+ Switch file list format | i
20
+ Exit file explorer | :Rex
21
+
You can’t perform that action at this time.
0 commit comments