diff --git a/vim/plugin/shame.vim b/vim/plugin/shame.vim index f3ffdd2..1eb2419 100644 --- a/vim/plugin/shame.vim +++ b/vim/plugin/shame.vim @@ -564,7 +564,7 @@ vnoremap > >gv nnoremap :L noremap : -noremap @: +nnoremap @: noremap Q @q nnoremap gQ " This part is just supposed to make saving as inconvenient as possible @@ -820,9 +820,6 @@ function! s:init_html_file() put =l:text endfunction - nnoremap :call insert_tag(input(""), 0) - - inoremap ""ciw<""p>m'""p>`'l inoremap ""diw"_cc<""p>o""p>O endfunction diff --git a/vim/plugin/vexe.vim b/vim/plugin/vexe.vim index 204698d..903a492 100644 --- a/vim/plugin/vexe.vim +++ b/vim/plugin/vexe.vim @@ -1,4 +1,3 @@ " --- VISUAL EXECUTE --- let g:exe_prg = 'lua' vnoremap :exec "'<,'>!".g:exe_prg -inoremap 0v$:exec "'<,'>!".g:exe_prg