This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:os:debian:vi [2012/10/03 21:41] root vytvořeno |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== vi ====== | ||
- | ># **vi** | ||
- | >i =insert | ||
- | >:w =write | ||
- | >:q =quit | ||
- | >:q! =quit bez uložení | ||
- | ># **vi * ** = editace všech souborů v adr. | ||
- | >:wn =write,skok na další soubor |