How to Exit and Save Vim?

Press `Esc`

Type `:w` and press `Enter` to save

Type `:q` and press `Enter` to exit

Type `:wq` and press `Enter` to save and exit

Type `:x` and press `Enter` to save and exit

Type `:q!` and press `Enter` to exit without saving

Suggested for You

Trending Today