From 64e638c21d39a77af3ea623354d7e3e284039599 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 26 Feb 2018 23:05:24 +0100 Subject: [PATCH] erm, typo that cheated on me --- vim/{cheetsheet.md => cheatsheet.md} | 2 +- vimrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename vim/{cheetsheet.md => cheatsheet.md} (98%) diff --git a/vim/cheetsheet.md b/vim/cheatsheet.md similarity index 98% rename from vim/cheetsheet.md rename to vim/cheatsheet.md index b392ab9..9bf8746 100644 --- a/vim/cheetsheet.md +++ b/vim/cheatsheet.md @@ -1,4 +1,4 @@ -# VIM CHEETSHEET +# VIM CHEAT SHEET Generel stuff that I need to get into my muscle memory. diff --git a/vimrc b/vimrc index f1295b0..be81d67 100644 --- a/vimrc +++ b/vimrc @@ -196,8 +196,8 @@ nnoremap gV `[v`] "" fast editing of the .vimrc nnoremap ev :e $MYVIMRC -"" cheetsheet -nnoremap ec :e ~/.vim/cheetsheet.md +"" cheatsheet +nnoremap ec :e ~/.vim/cheatsheet.md " debugging, use leader-DD to start, do a slow action, then leader-DQ to " finish. Your output will be in profile.log