Skip to content

Commit

Permalink
Move netrw to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
sudormrfbin committed Aug 20, 2021
1 parent cf069d8 commit 7d83f02
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 0 additions & 21 deletions cheatsheets/cheatsheet-default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Split open (horizontal) | :sp [file]
Split open (vertical) | :vs [file]
Reopen last opened file | <C-o><C-o>
Open with external app | gx
File explorer (Netrw) | :Ex
Close file | :bd
Close all | :%bd
Save | :w
Expand All @@ -29,26 +28,6 @@ Quit without saving | ZQ
Save all and exit Vim | :xa
Exit Vim without saving | :qa!

## netrw-vim
Open file/directory | <CR>
Open in horizontal split | o
Open in vertical split | v
Open in a new tab | t
Open with external app | x
New file here | %
New directory here | d
Mark file | mf
Mark using shell glob | mr
Unmark all | mu
Edit marked files | me
Rename file(s) | R
Delete file(s) | D
Refresh file list | <C-l>
File info | qf
Toggle hidden files | a
Switch file list format | i
Exit file explorer | :Rex

## edit-vim
Back to normal mode | <Esc>
Cancel command/operation | <C-c>
Expand Down
21 changes: 21 additions & 0 deletions cheatsheets/cheatsheet-netrw.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## netrw-vim
File explorer (Netrw) | :Ex
Open file/directory | <CR>
Open in horizontal split | o
Open in vertical split | v
Open in a new tab | t
Open with external app | x
New file here | %
New directory here | d
Mark file | mf
Mark using shell glob | mr
Unmark all | mu
Edit marked files | me
Rename file(s) | R
Delete file(s) | D
Refresh file list | <C-l>
File info | qf
Toggle hidden files | a
Switch file list format | i
Exit file explorer | :Rex

0 comments on commit 7d83f02

Please sign in to comment.