mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: relative numbers for urxvt screenshot
This commit is contained in:
parent
7cff333f6e
commit
e51cef27d6
1 changed files with 6 additions and 1 deletions
|
|
@ -61,7 +61,12 @@ alias summonable='docker exec -it ollama ollama list'
|
||||||
## Copy from terminal
|
## Copy from terminal
|
||||||
# See .XResources
|
# See .XResources
|
||||||
|
|
||||||
alias last-terminal-screenshot='vim -c "norm G" /tmp/urxvt-screen-content.txt'
|
alias last-terminal-screenshot='\
|
||||||
|
vim \
|
||||||
|
-c "norm G" \
|
||||||
|
-c "set relativenumber" \
|
||||||
|
/tmp/urxvt-screen-content.txt
|
||||||
|
'
|
||||||
alias yank='\
|
alias yank='\
|
||||||
xdotool keydown shift keydown Print ;\
|
xdotool keydown shift keydown Print ;\
|
||||||
xdotool keyup Print keyup shift ;\
|
xdotool keyup Print keyup shift ;\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue