1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 03:21:30 +01:00

vim: add yankstack mapping

This commit is contained in:
bretello 2021-11-16 14:34:46 +01:00
parent 86adb6f53a
commit 1a3856d78d

View File

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