os/tmux/ CustomKeyboardShortcuts
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.)