Add leader-` to surround selection with `

This commit is contained in:
Talia 2019-03-10 09:22:05 +01:00
parent 18129e31a7
commit 78734fea3e
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -510,6 +510,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> :