OPS145 Lab 5 Newversion: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→vi) |
||
Line 4: | Line 4: | ||
= vi = | = vi = | ||
* purpose | |||
* run+quit vi. no :w filename | |||
* command mode, insert mode | |||
* commands: | |||
** i | |||
** a | |||
** u | |||
** / | |||
** w | |||
** wq | |||
** q! | |||
= First half of the course: review = | = First half of the course: review = |
Revision as of 23:06, 9 February 2024
!!! THIS PAGE IS NOT READY YET !!!
vi
- purpose
- run+quit vi. no :w filename
- command mode, insert mode
- commands:
- i
- a
- u
- /
- w
- wq
- q!