General Shortcuts
| dd | delete a line |
| x | delete a character |
| a | append after cursor |
| A | append after line |
Useful for script editing
| :![command] | allows you to run a command while still in VI |
| :!! | repeats previous command |
| :! [command] % | allows you to run a command, with % = current file name |
Motion
| h | Move left |
| j | Move down |
| k | Move up |
| l | Move right |
Modes
| i | insert mode |
| esc | return the editor to command mode |
Quitting
| :q! | Exit and ignore changes |
| :wq! | Exit and save changes |
Latest posts by Rick Donato (see all)
- NETCONF & YANG: Automate Network Configs via Python - April 2, 2026
- Palo Alto – How to Configure Your Next-Generation Firewall - April 2, 2026
- How to Harden Linux SSH: Keys, Fail2ban & Ciphers - March 1, 2026
Want to become a Linux expert ?
Here is our hand-picked selection of the best courses you can find online:
Linux Mastery course
Linux Administration Bootcamp
and our recommended certification practice exams:
Delta Practice Tests