mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
zsh: improved yank for urxvt
This commit is contained in:
parent
e70263a132
commit
7cff333f6e
1 changed files with 6 additions and 1 deletions
|
|
@ -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 ;\
|
||||
'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue