From ed1004bf2593fe2aceb3d3a93bbf395b49676c6e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 Jun 2018 10:59:26 +1200 Subject: More alphabetical ordering in .vimrc --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 71fe8cc8..78ace282 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -126,8 +126,8 @@ endif " Highlight settings for search, if available if has('extra_search') - set incsearch " Show matches as I type set hlsearch " Highlight completed searches + set incsearch " Show matches as I type endif " Use all ancestors of current directory for :find @@ -239,10 +239,10 @@ nnoremap gk k " done with yy anyway); this fixes it so it only yanks the rest of the line nnoremap Y y$ -" ZW does an unconditional write for this buffer -nnoremap ZW :write! " ZA does an unconditional write for all buffers nnoremap ZA :wall! +" ZW does an unconditional write for this buffer +nnoremap ZW :write! " Use different keys for global and local leaders if 1 -- cgit v1.2.3