aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-03 20:10:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-03 20:10:54 +1200
commit7140d01a45aa4f725da6a21b854728195584d8ec (patch)
treed01ac84a361b609ebf0595bfd0e261990cc12a9f
parentAdd mapping to flag mail messages as unimportant (diff)
downloaddotfiles-7140d01a45aa4f725da6a21b854728195584d8ec.tar.gz
dotfiles-7140d01a45aa4f725da6a21b854728195584d8ec.zip
Tidy mapping definition for \<
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 44ed6b02..a84e7630 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -307,8 +307,8 @@ nnoremap <Bslash>+ :<C-U>call vimrc#Anchor('1GgqG')<CR>
" \. runs the configured make program into the location list
nnoremap <Bslash>. :<C-U>lmake!<CR>
-" \< and \> adjusts indent of last edit; good for pasting
-nnoremap <Bslash>< :<C-U>'[,']<<CR>
+" \< and \> adjust indent of last edit; good for pasting
+nnoremap <Bslash><lt> :<C-U>'[,']<lt><CR>
nnoremap <Bslash>> :<C-U>'[,']><CR>
" \/ types :vimgrep for me ready to enter a search pattern