From 236ac3fdfa3d0ad73a362773aad8e1b5ee638c9a Mon Sep 17 00:00:00 2001 From: Peerumporn Jiranantanagorn Date: Fri, 20 Oct 2017 13:00:01 +0700 Subject: [PATCH] Add how to delete text --- src/pages/vim/useful-commands/index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/vim/useful-commands/index.md b/src/pages/vim/useful-commands/index.md index 46c8f117bac..14738ba3f4d 100644 --- a/src/pages/vim/useful-commands/index.md +++ b/src/pages/vim/useful-commands/index.md @@ -4,11 +4,8 @@ title: Useful Commands ## Exiting Vi, Vim, Nvim, Gvim 1. Press escape to get you into "normal" mode 2. Type `:q`, press enter. If you receive an error try `:q!` - -**OR** -- Type ZZ (save and quit) -- Close your terminal -- Shut down your computer +## Deleting Characters +To delete a character, move the cursor over it and type x. ## Bare minimum functionality Most likely you'll find yourself in "normal" mode, it allows you to enter commands by pressing the colon `:` key.