From 33de145bac35e3edefa27f75bad171437a9dd9e6 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 29 Mar 2016 10:50:01 +0200 Subject: [PATCH] align comments style --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 2f41a31..2f917ac 100644 --- a/vimrc +++ b/vimrc @@ -229,10 +229,10 @@ nmap pp :set invpaste nmap nn :set invnumber nmap ii :set invrelativenumber -" 0: Run the visually selected code in node and replace it with the output +"" 0: Run the visually selected code in node and replace it with the output vnoremap 0 :!node -" +/-: Increment number +"" +/-: Increment number nnoremap + nnoremap -