1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

tmux: update keybinds

This commit is contained in:
Henrik Hautakoski 2025-03-23 16:39:21 +01:00
parent 841b47db9f
commit 12c1bd6792

View file

@ -41,6 +41,8 @@ bind r source-file ~/.tmux.conf\; display-message '~/.tmux.conf reloaded'
# Go to last window.
bind Space last-window
bind-key "e" run-shell -b "~/bin/tmuxs"
bind-key "w" run-shell -b "~/bin/tmuxs -a"
bind-key "b" swap-window -t 1
bind-key "e" run-shell -b "~/bin/tmuxs"
bind-key "s" run-shell -b "~/bin/tmuxs -a"