diff options
| author | jdhao <jdhao@hotmail.com> | 2021-06-26 11:25:56 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-06-26 11:25:56 +0800 |
| commit | ea733e60869bf189832c7411a67e2e3a99b48622 (patch) | |
| tree | 06449b890aeb539d08906bcc079f03debbd816fd /core/mappings.vim | |
| parent | 753a4ce77c95cbcac07674d9522fbaf0569c41d5 (diff) | |
clean mappings
Diffstat (limited to 'core/mappings.vim')
| -rw-r--r-- | core/mappings.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/mappings.vim b/core/mappings.vim index a2bd61b..b8424e4 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -49,14 +49,6 @@ nnoremap <silent> \d :<C-U>bprevious <bar> bdelete #<CR> nnoremap <expr> oo printf('m`%so<ESC>``', v:count1) nnoremap <expr> OO printf('m`%sO<ESC>``', v:count1) -" nnoremap oo @='m`o<c-v><Esc>``'<cr> -" nnoremap OO @='m`O<c-v><Esc>``'<cr> - -" the following two mappings work, but if you change double quote to single, it -" will not work -" nnoremap oo @="m`o\<lt>Esc>``"<cr> -" nnoremap oo @="m`o\e``"<cr> - " Insert a space after current character nnoremap <Space><Space> a<Space><ESC>h |
