Capture.PNG
Document Details

Uploaded by jlopez59#
Tags
Related
- Deontology, Utilitarianism, Virtue Ethics, Care Ethics, and Ubuntu Ethics Pros and Cons PDF
- Présentation du système d'exploitation Linux Ubuntu PDF
- Liste des 25 commandes Ubuntu les plus utilisées PDF
- Questions de commandes Ubuntu
- Questions Commandes Ubuntu PDF
- Ubuntu Software Update and Installation PDF
Full Transcript
# Installing and Exploring Ubuntu Server (7 of 11) ## **The VI Editor** - **vi editor** (visual editor) is a text editor that works in command mode (to enter commands) or in insert mode (to edit text) - All vi commands are case sensitive ## Examples of commands: - `:w` - save your changes and...
# Installing and Exploring Ubuntu Server (7 of 11) ## **The VI Editor** - **vi editor** (visual editor) is a text editor that works in command mode (to enter commands) or in insert mode (to edit text) - All vi commands are case sensitive ## Examples of commands: - `:w` - save your changes and don't exit the editor - `:q` - exit the editor after you have just saved your changes with the `:w` command - `:wq` - save your changes and exit the editor - `:q!` - quit without saving your changes