Dup Goto 📝

CustomKeyboardShortcuts

PT2/aw/os/tmux 07-31 13:46:41
To Pop
13 lines, 66 words, 451 chars Monday 2023-07-31 13:46:41

Examples

bind-key -n C-t new-window
bind-key -n C-w kill-window
bind-key -n C-Tab next-window

Some of mine

bind-key -n C-PageUp previous-window
bind-key -n C-PageDown next-window

(the choice of which way C-PageUp goes is due to the layout on Thinkpad keyboards, where the PageUp key is to the left of the UpArrow key, so makes more sense for window-to-the-left, and likewise C-PageDn for window-to-the-right.)