diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index 2aa4d7c..d7c9c2e 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -133,12 +133,10 @@ else endif " Add shortcuts to yank/paste to unnamed/unnamedplus clipboards -" noremap y "*y -" noremap p "*p -noremap y "+y -noremap p "+P -noremap Y "+y -noremap P "+P +map y "+y +map p "+P +map Y "+y +map P "+P " Insert a python breakpoint let @b = 'ibreakpoint() €ưa'