From 2091b896ce8ee06806ecd7f4ad549028f80ef396 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 23 Jun 2018 11:10:03 +1200 Subject: Adjust more .vimrc comments and whitespace --- vim/vimrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 4cf4b695..431a51c9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -200,7 +200,7 @@ nnoremap ]c :cnext nnoremap [l :lprevious nnoremap ]l :lnext -" Insert blank lines above and below current line +" Insert blank lines around current line nmap [ PutBlankLinesAbove nmap ] PutBlankLinesBelow @@ -210,7 +210,7 @@ nnoremap gj j nnoremap k gk nnoremap gk k -" Remap Y to yank to end of line (consistent with C, D) +" Remap normal Y to yank to end of line (consistent with C, D) nnoremap Y y$ " ZA unconditionally writes all buffers @@ -287,7 +287,6 @@ endif " Disable core plugins I don't use if 1 - " I manage plugins myself with Git and a Makefile let g:loaded_getscriptPlugin = 1 let g:loaded_vimballPlugin = 1 @@ -303,7 +302,6 @@ if 1 let g:loaded_rrhelper = 1 " I don't need extra spelling files let g:loaded_spellfile_plugin = 1 - endif " Source any .vim files from ~/.vim/config -- cgit v1.2.3