diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-23 11:10:03 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-23 11:49:42 +1200 |
commit | 2091b896ce8ee06806ecd7f4ad549028f80ef396 (patch) | |
tree | b1e03668d9ef4008bc636928221ecb81168c79e3 /vim | |
parent | Reorder .vimrc mappings (diff) | |
download | dotfiles-2091b896ce8ee06806ecd7f4ad549028f80ef396.tar.gz dotfiles-2091b896ce8ee06806ecd7f4ad549028f80ef396.zip |
Adjust more .vimrc comments and whitespace
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -200,7 +200,7 @@ nnoremap ]c :<C-U>cnext<CR> nnoremap [l :<C-U>lprevious<CR> nnoremap ]l :<C-U>lnext<CR> -" Insert blank lines above and below current line +" Insert blank lines around current line nmap [<Space> <Plug>PutBlankLinesAbove nmap ]<Space> <Plug>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 |