۲۸
مرداد ۹۴
دستورات vi
:q خروج بدون تغییرات
To exit vi and save changes: ZZ or :wq
| * | i | insert text before cursor, until <Esc> hit |
|---|---|---|
| I | insert text at beginning of current line, until <Esc> hit | |
| * | a | append text after cursor, until <Esc> hit |
| A | append text to end of current line, until <Esc> hit |
۹۴/۰۵/۲۸