User:Ssstephen/prototype/20240610

From XPUB & Lens-Based wiki
< User:Ssstephen
Revision as of 09:33, 10 June 2024 by Ssstephen (talk | contribs) (Created page with "Its the last day of prototyping so I want to learn vim. Riviera says just type vim tutor but spoken language is hard so I made a file called tutor by accident. Then you need to press :qa to get out. Then I types vimtutor and I can do the tutorial. letters hjkl to move around. :q! is the same as :qa is the same as :q ? I think I dont know difference yet. Maybe something to do with saving. This quits without writing. x is delete i is insert (ESC to exit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Its the last day of prototyping so I want to learn vim.

Riviera says just type

vim tutor 

but spoken language is hard so I made a file called tutor by accident. Then you need to press

:qa 

to get out. Then I types

vimtutor

and I can do the tutorial.


letters hjkl to move around.

:q!

is the same as

:qa

is the same as

:q 

? I think I dont know difference yet. Maybe something to do with saving. This quits without writing.

x

is delete

i

is insert (ESC to exit insert mode)

A

append

:wq

write and quit