diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-13 01:13:06 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-13 01:13:06 +0800 |
| commit | ba283d0a09a6a8129f49ac3ed5167a2fe7ecc550 (patch) | |
| tree | 6075ecaae27342cce6f5bac58734f4b99149dbe9 /mappings.vim | |
| parent | f68cdff9d59936524e87d779aade4f62f6b2d4c2 (diff) | |
add more mappings
Diffstat (limited to 'mappings.vim')
| -rw-r--r-- | mappings.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mappings.vim b/mappings.vim index 4b2272e..44b0617 100644 --- a/mappings.vim +++ b/mappings.vim @@ -149,6 +149,7 @@ inoremap <S-Tab> <ESC><<i nnoremap c "_c nnoremap C "_C nnoremap cc "_cc +xnoremap c "_c " Remove trailing whitespace characters nnoremap <silent> <leader><Space> :call utils#StripTrailingWhitespaces()<CR> |
