Add keybindings for easier window cycling

Added keybindings `alt + shift + [HL]' to select previous and next
window.

Also updated the source binding, because ~/.tmux.conf got moved to
~/.config/tmux/tmux.conf
This commit is contained in:
c47 2024-03-09 22:14:13 +01:00
parent 09ed5b1801
commit 2b0d6767e5
Signed by: c47
SSH key fingerprint: SHA256:FIo5G1VJnESaIB/8N5lcc2IDuZ02Sl2Qyye15i4w7jQ

View file

@ -6,9 +6,12 @@ set -s escape-time 1
set -g default-terminal "tmux"
set -g status-interval 120
set -n M-H previous-window
set -n M-L next-window
setw -g mode-keys vi
bind r source ~/.tmux.conf \; display "tmux.conf reloaded"
bind r source ~/.config/tmux/tmux.conf \; display "tmux.conf reloaded"
bind -r < resize-pane -L 3
bind -r > resize-pane -R 3