diff --git a/cheatsheets/vim b/cheatsheets/vim index 3b79d77..8fed24f 100644 --- a/cheatsheets/vim +++ b/cheatsheets/vim @@ -5,4 +5,5 @@ i - enters append mode without character skip # File management :w - writes (saves) file :q - quits -;q! - quits without saving changes +:wq - writes file and quits +:q! - quits without saving changes