Set bind' instead of set'

Accidentally configured `set' instead of `bind' for the new keybindings.
This commit is contained in:
c47 2024-03-09 22:28:47 +01:00
parent 2b0d6767e5
commit 48804bb225
Signed by: c47
SSH key fingerprint: SHA256:FIo5G1VJnESaIB/8N5lcc2IDuZ02Sl2Qyye15i4w7jQ

View file

@ -6,8 +6,8 @@ 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
bind -n M-H previous-window
bind -n M-L next-window
setw -g mode-keys vi