zsh: yank: go to top

This commit is contained in:
He4eT 2025-04-27 02:45:24 +02:00
commit 67e9a26886

View file

@ -102,6 +102,7 @@ alias somafm='npx ~/trash/fuzzsoma'
alias last-terminal-screenshot='\ alias last-terminal-screenshot='\
vim \ vim \
-c "norm G" \ -c "norm G" \
-c "norm H" \
-c "set relativenumber" \ -c "set relativenumber" \
/tmp/urxvt-screen-content.txt /tmp/urxvt-screen-content.txt
' '