zsh: improved yank for urxvt

This commit is contained in:
He4eT 2023-11-10 13:29:40 +01:00
commit 7cff333f6e

View file

@ -61,4 +61,9 @@ alias summonable='docker exec -it ollama ollama list'
## Copy from terminal
# See .XResources
alias ccc='vim -c "norm G" /tmp/urxvt-screen-content.txt'
alias last-terminal-screenshot='vim -c "norm G" /tmp/urxvt-screen-content.txt'
alias yank='\
xdotool keydown shift keydown Print ;\
xdotool keyup Print keyup shift ;\
last-terminal-screenshot ;\
'