From 67e9a268860d7c4d8b133540f675e15029d79e5d Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 27 Apr 2025 02:45:24 +0200 Subject: [PATCH] zsh: yank: go to top --- root/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/root/.zshrc b/root/.zshrc index 145e8cf..b8adb35 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -102,6 +102,7 @@ alias somafm='npx ~/trash/fuzzsoma' alias last-terminal-screenshot='\ vim \ -c "norm G" \ + -c "norm H" \ -c "set relativenumber" \ /tmp/urxvt-screen-content.txt '