From 5e2ca2af5f647255d4c96f3124cc7b3881c34821 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 27 Jan 2018 00:35:32 +0100 Subject: [PATCH] not used in ages, removing --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index d36ccee..9b08a28 100644 --- a/vimrc +++ b/vimrc @@ -222,9 +222,6 @@ noremap s? z= "" toggle states nnoremap pp :set invpaste -"" 0: Run the visually selected code in node and replace it with the output -vnoremap 0 :!node - " 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 *"