diff --git a/plugin/pbcopy.vim b/plugin/pbcopy.vim index f513e07..b99fa79 100644 --- a/plugin/pbcopy.vim +++ b/plugin/pbcopy.vim @@ -14,7 +14,3 @@ function! s:pbpaste() endfunction command! -nargs=0 -bar PBPaste call s:pbpaste() - -map \y :yank:PBCopy - -map \p :PBPaste:put