vim: add yankstack mapping

pull/6/head
bretello 2021-11-16 14:34:46 +01:00
parent 86adb6f53a
commit 1a3856d78d
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,9 @@ map <Leader>y "+y
map <Leader>p "+P map <Leader>p "+P
map <Leader>Y "+y map <Leader>Y "+y
map <Leader>P "+P map <Leader>P "+P
map <Leader>yp <Plug>yankstack_substitute_older_paste
map <leader>yn <Plug>yankstack_substitute_newer_paste
" Insert a python breakpoint " Insert a python breakpoint
let @b = 'ibreakpoint() €ýa' let @b = 'ibreakpoint() €ýa'