From 9277daa148656094231c346689365a0cdb10fa65 Mon Sep 17 00:00:00 2001 From: quilime Date: Sat, 2 Jan 2021 12:51:17 -0800 Subject: [PATCH] Update Vim-Cheatsheet.md --- Vim-Cheatsheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vim-Cheatsheet.md b/Vim-Cheatsheet.md index 858e0c8..048a1e7 100644 --- a/Vim-Cheatsheet.md +++ b/Vim-Cheatsheet.md @@ -11,9 +11,9 @@ own. If you create your own cheatsheat, use Vim to create it. ## Config - - For Vim: `~/.vimrc.` + - Location: `~/.vimrc.` -Disable cursor keys. (They will still work in Insert mode) +Disable cursor keys for noobs. Forces you to use `h j k l` for movement. (Cursor keyes still work in Insert mode) ``` " remove cursor keys -- 2.34.1