1
0
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:
jdhao 2021-10-18 21:56:16 +08:00
parent 00bbe351de
commit a603ce3e4d

View File

@ -128,9 +128,6 @@ tnoremap <ESC> <C-\><C-n>
nnoremap <silent> <F11> :<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,
" see https://stackoverflow.com/q/54255/6064933
nnoremap c "_c