Privacy Policy
© 2026 linux101.dev

Vim: Command-Line Mode

Command-Line Mode is activated by pressing ':' and is used for executing commands that affect the entire file or environment.

CommandDescription
:wSave the file.
:qQuit Vim.
:wqSave and quit.
:q!Quit without saving changes.
:set numberShow line numbers.
Desktop Ad Placeholder