From d3349a89125cf07ac9b33e9285f4b2770553479a Mon Sep 17 00:00:00 2001 From: Peerumporn Jiranantanagorn Date: Fri, 20 Oct 2017 13:06:00 +0700 Subject: [PATCH] Add how to move around --- src/pages/vim/useful-commands/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/vim/useful-commands/index.md b/src/pages/vim/useful-commands/index.md index 46c8f117bac..9527a6f3ee5 100644 --- a/src/pages/vim/useful-commands/index.md +++ b/src/pages/vim/useful-commands/index.md @@ -5,6 +5,10 @@ title: Useful Commands 1. Press escape to get you into "normal" mode 2. Type `:q`, press enter. If you receive an error try `:q!` +## Moving Around +After you return to command mode, you can move around by using these keys: h +(left), j (down), k (up), and l (right) + **OR** - Type ZZ (save and quit) - Close your terminal