mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: fix visual mode yank to clipboard
This commit is contained in:
parent
0cde5c3ea8
commit
9ae5b71263
|
@ -133,12 +133,10 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Add shortcuts to yank/paste to unnamed/unnamedplus clipboards
|
" Add shortcuts to yank/paste to unnamed/unnamedplus clipboards
|
||||||
" noremap <Leader>y "*y
|
map <Leader>y "+y
|
||||||
" noremap <Leader>p "*p
|
map <Leader>p "+P
|
||||||
noremap <Leader>y "+y
|
map <Leader>Y "+y
|
||||||
noremap <Leader>p "+P
|
map <Leader>P "+P
|
||||||
noremap <Leader>Y "+y
|
|
||||||
noremap <Leader>P "+P
|
|
||||||
|
|
||||||
" Insert a python breakpoint
|
" Insert a python breakpoint
|
||||||
let @b = 'ibreakpoint()
€ýa'
|
let @b = 'ibreakpoint()
€ýa'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user