mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21: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
|
||||
|
||||
" Add shortcuts to yank/paste to unnamed/unnamedplus clipboards
|
||||
" noremap <Leader>y "*y
|
||||
" noremap <Leader>p "*p
|
||||
noremap <Leader>y "+y
|
||||
noremap <Leader>p "+P
|
||||
noremap <Leader>Y "+y
|
||||
noremap <Leader>P "+P
|
||||
map <Leader>y "+y
|
||||
map <Leader>p "+P
|
||||
map <Leader>Y "+y
|
||||
map <Leader>P "+P
|
||||
|
||||
" Insert a python breakpoint
|
||||
let @b = 'ibreakpoint()
€ýa'
|
||||
|
|
Loading…
Reference in New Issue
Block a user