From: quilime Date: Sat, 2 Jan 2021 20:51:17 +0000 (-0800) Subject: Update Vim-Cheatsheet.md X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=9277daa148656094231c346689365a0cdb10fa65;p=cfg.git Update Vim-Cheatsheet.md --- 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