tmux/tmux-shift.conf

7 lines
246 B
Plaintext
Raw Normal View History

2025-01-28 13:38:15 +01:00
# From byobu
bind -n S-F2 new-window
bind -n S-F3 previous-window
bind -n S-F4 next-window
bind -n S-F8 command-prompt -p "(rename-window) " "rename-window '%%'"
bind -n S-F12 source ~/.config/tmux/tmux.conf \; display-message "F-keys: NO SHIFT"