diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-18 21:56:16 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-18 21:56:16 +0800 |
| commit | a603ce3e4dc67512c986bcbe86d888ad80518213 (patch) | |
| tree | c7e03f4b5b2a453d95731761d398409ffefb989e /core/mappings.vim | |
| parent | 00bbe351de269b235371ff252cb7d12c316011bc (diff) | |
remove unused mapping
Diffstat (limited to 'core/mappings.vim')
| -rw-r--r-- | core/mappings.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/mappings.vim b/core/mappings.vim index 55b8e57..d973ac0 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -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 |
