zellij: use alt+shift for main mode

This commit is contained in:
2026-03-30 09:56:00 +02:00
parent 1f5449068d
commit 4f65f2d998
2 changed files with 22 additions and 19 deletions

View File

@@ -40,6 +40,9 @@ alias o='xdg-open' # to change a mime use: `xdg-mime default APPLICATION HANDLE
t() {
tmux new-session -A -s ${1:-tmux}
}
z() {
zellij a ${1:-dev} 2> /dev/null || zellij -s ${1:-dev}
}
# password hash (sed needed when using in docker-compose)
pwhash() {