Skip to content

Various bits of CLI shit I rarely use but wanna keep at hand

Notifications You must be signed in to change notification settings

bnwa/cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

(Neo)Vim

Rename a buffer without write

f[ile] {name}

Write a buffer with a new file name

`:sav[eas] {name}

Open or write a file and ensure all ancestor directories are created

e[dit] ++p w[rite] ++p

Open related file under cursor in a new window

<C-w><C-f>

Assign a local arguments list to a window

:argl[ocal] {arglist}

Then revert back to global argument list

:arg[global]

Or assign a copy of the global argument list to a window

:argl[ocal]

Paste Register from Insert mode

<C-r> {register}

About

Various bits of CLI shit I rarely use but wanna keep at hand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published