mirror of https://github.com/cheat/cheat.git
Add -x command line cheat to vim cheatsheet.
This commit is contained in:
parent
c6441524b0
commit
cf75fa9843
|
@ -7,6 +7,11 @@
|
|||
:w {file} write new file
|
||||
:x write file and exit
|
||||
|
||||
# Commandline Options
|
||||
|
||||
-x Use [weak] encryption when writing files. Will prompt for a crypt key.
|
||||
|
||||
|
||||
# Movement
|
||||
|
||||
k
|
||||
|
|
Loading…
Reference in New Issue