Add leader-< mapping to enclose text with < and >

This commit is contained in:
Talia 2018-11-29 09:17:31 +01:00
parent 7824cbd7d1
commit 33bcca2da5

1
vimrc
View file

@ -499,6 +499,7 @@ vnoremap <leader>' <C-[>`>a'<C-o>`<'<C-[>:call ShiftSelection(1)<CR>`>l
vnoremap <leader>( <C-[>`>a)<C-o>`<(<C-[>:call ShiftSelection(1)<CR>`>l
vnoremap <leader>[ <C-[>`>a]<C-o>`<[<C-[>:call ShiftSelection(1)<CR>`>l
vnoremap <leader>{ <C-[>`>a}<C-o>`<{<C-[>:call ShiftSelection(1)<CR>`>l
vnoremap <leader>< <C-[>`>a><C-o>`<<<C-[>:call ShiftSelection(1)<CR>`>l
nnoremap <S-l> :L<cr>
noremap <space> :