Home >Topic List >vim save and exit command

vim save and exit command

vim is a very powerful text editor commonly used on Unix and Linux systems. It is developed from vi and has many improvements and extensions compared to vi. In vim, the command to save and exit is: wq "wq" This command consists of two parts. Among them, "w" means writing to the file and saving the changes to disk; and "q" means exiting the vim editor. PHP Chinese website has brought you relevant tutorials and articles. You are welcome to come and learn and read.