aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:10:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:49:42 +1200
commit2091b896ce8ee06806ecd7f4ad549028f80ef396 (patch)
treeb1e03668d9ef4008bc636928221ecb81168c79e3 /vim/vimrc
parentReorder .vimrc mappings (diff)
downloaddotfiles-2091b896ce8ee06806ecd7f4ad549028f80ef396.tar.gz
dotfiles-2091b896ce8ee06806ecd7f4ad549028f80ef396.zip
Adjust more .vimrc comments and whitespace
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 4cf4b695..431a51c9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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