From 0b4b63978418c9c13041aa137408c2d6e6ad0cd8 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 27 Jan 2018 23:44:59 +0100 Subject: [PATCH] again unimpares covers my ass --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index 06b2a1c..b7136d8 100644 --- a/vimrc +++ b/vimrc @@ -198,9 +198,6 @@ nnoremap ev :e $MYVIMRC "" cheetsheet nnoremap ec :e ~/.vim/cheetsheet.md -"" toggle states -nnoremap pp :set invpaste - " debugging, use leader-DD to start, do a slow action, then leader-DQ to " finish. Your output will be in profile.log nnoremap DD :exe ":profile start profile.log":exe ":profile func *":exe ":profile file *"