Vi: Difference between revisions

108 bytes added ,  9 years ago
m
Category:Vim Script
m (bottom screen-row)
m (Category:Vim Script)
 
Line 14:
* [[wp:nvi|nvi]] - "new vi"
* [[wp:vile (editor)|vile]] - "VI Like Emacs"
* [[wp:Vim (text editor)|vim]] - "VI-Improved" Website: [http://www.vim.org vim.org] current version: Vim 7.4.507 (2013-07)
** current version: Vim 7.4.507 (2013-07)
** See also [[:Category:Vim Script]]
 
 
==VI-Quickreference==
==Command-Summary==
 
'''Usage:''' vi file.txt
Line 29 ⟶ 31:
ESC - abort command, i.e. end insert-mode, and return to normal/commandmode.
 
h j k l - move cursor: left/down/up/right ( use with count: "5k" moves 5 lines up )
The cursor-keys should work as well
w b - move cursor one word forward/backward ( "3w" moves 5 words forward )
Line 57 ⟶ 59:
:q - quit ( :q! to force it. Combined: ":wq!" )
</pre>
<small>( Also, look for "vi reference mug" :)</small>
 
 
Anonymous user