diff --git a/pages/common/vim.md b/pages/common/vim.md index b7f4dd323..0b2adff07 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 `