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 *"