From 0f7fb2f7d10e67ba0e0d214f47e57422d75f54d3 Mon Sep 17 00:00:00 2001 From: Quintus Date: Mon, 2 Sep 2013 12:31:58 -0400 Subject: [PATCH] updated vim cheatsheet commands are entered with `:`, not `;` --- cheatsheets/vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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