mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
remove unused mapping
This commit is contained in:
parent
00bbe351de
commit
a603ce3e4d
@ -128,9 +128,6 @@ tnoremap <ESC> <C-\><C-n>
|
|||||||
nnoremap <silent> <F11> :<C-U>set spell!<cr>
|
nnoremap <silent> <F11> :<C-U>set spell!<cr>
|
||||||
inoremap <silent> <F11> <C-O>:<C-U>set spell!<cr>
|
inoremap <silent> <F11> <C-O>:<C-U>set spell!<cr>
|
||||||
|
|
||||||
" Decrease indent level in insert mode with shift+tab
|
|
||||||
inoremap <S-Tab> <ESC><<i
|
|
||||||
|
|
||||||
" Change text without putting it into the vim register,
|
" Change text without putting it into the vim register,
|
||||||
" see https://stackoverflow.com/q/54255/6064933
|
" see https://stackoverflow.com/q/54255/6064933
|
||||||
nnoremap c "_c
|
nnoremap c "_c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user