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 \d :bprevious bdelete # nnoremap oo printf('m`%so``', v:count1) nnoremap OO printf('m`%sO``', v:count1) -" nnoremap oo @='m`o``' -" nnoremap OO @='m`O``' - -" the following two mappings work, but if you change double quote to single, it -" will not work -" nnoremap oo @="m`o\Esc>``" -" nnoremap oo @="m`o\e``" - " Insert a space after current character nnoremap ah