This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:os:debian:vi [2018/02/25 03:13] root odstraněno |
— (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 |