Skip to content
Snippets Groups Projects
Commit d6f5d7f1 authored by Patrick Frei's avatar Patrick Frei Committed by Claude Becker
Browse files

vim_basics

parent 6aec1b23
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
* '':q'' quit when no changes where made
* '':q!'' quit discarding any changes made
* '':w'' write/save current document
* '':w!'' write/save current document even though it's read-only
* '':wq'' write/save current document and quit (same as ''ZZ'')
* '':e file'' open file
* '':42'' jump to line number 42
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment