From f7f752541b9e7a29884f164a92f147666b405eb5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 16 Jun 2019 03:31:22 +1200 Subject: Adjust mapping formatting --- vim/vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index df805727..84c6155e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1034,7 +1034,9 @@ endtry " I always wanted you to go into space, man. " nnoremap - \ line('w$') < line('$') ? "\" : ":\next\" + \ line('w$') < line('$') + \ ? "\" + \ : ":\next\" " I hate CTRL-C's default insert mode behavior. It ends the insert session " without firing the InsertLeave event for automatic command hooks. Why would -- cgit v1.2.3