Skip to content

Instantly share code, notes, and snippets.

@spankie
Forked from elithrade/vimfiler-shortcuts
Last active September 4, 2021 11:25
Show Gist options
  • Save spankie/db4e82f02d992fe1da40958727c761e3 to your computer and use it in GitHub Desktop.
Save spankie/db4e82f02d992fe1da40958727c761e3 to your computer and use it in GitHub Desktop.
Common vimfiler keyboard shortcuts
Search and replace occurences of word: :%s/<word_to_replace>/<correct_word>/g // `g` represents all occurence
Toggle safe mode: gs
Create new file: N
Delete file: d
Rename file: r
New directory: K
Open file: e
Move file: m
Open VimFilerExplorer: e
Open current directory in a new buffer: dl
Open current directory in a new split: ds
Open VimFiler: \e
Find files under current directory (Unite): \f
Duplicate a folder: m + c
Copy a file to another directory: cc (then specify the directory to paste the file relative to the current directly the file exists)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment