mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Plugins: vi-mode: fix clipboard persistence.
This commit is contained in:
parent
0f6e49b455
commit
5f49c9c621
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ fi
|
||||||
done
|
done
|
||||||
|
|
||||||
function putbuffer() {
|
function putbuffer() {
|
||||||
zle copy-region-as-kill "$(xclip -o)"
|
zle copy-region-as-kill "$(xclip -selection clipboard -o)"
|
||||||
zle .$WIDGET
|
zle .$WIDGET
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue