From 1f0970401fc01544e3c37ccdb35b3c62c0fe2444 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 6 Aug 2016 14:29:34 +0100 Subject: [PATCH] vim.md: apply formatting conventions --- pages/common/vim.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/vim.md b/pages/common/vim.md index b7f4dd3230..0b2adff07b 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -14,22 +14,22 @@ `view {{file}}` -- switch to normal mode +- Switch to normal mode: `` -- switch to insert mode +- Switch to insert mode: ` i ` -- exit vim +- Exit vim: ` :q ` -- save file in vim +- Save file in vim: ` :w ` -- save file then exit vim +- Save file then exit vim: ` :wq `