Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 348 Bytes

vim.md

File metadata and controls

18 lines (17 loc) · 348 Bytes

file explorer

% -- new file
d -- new dir
R -- rename
D -- delete
- -- up directory
:split . or :Sex -- dir of current file
:vsplit . or :Vex -- dir of current file
:sp. -- working dir
:vs. -- working dir

etc

:%!<command> -- pipe buffer to external command and replace with command output
:w !<cmd> -- write buffer to command