mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: add yankstack mapping
This commit is contained in:
parent
86adb6f53a
commit
1a3856d78d
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user