feat(tmux): mappings

This commit is contained in:
thek4n 2024-05-13 15:26:58 +03:00
parent a9977e5b9e
commit 61d5871d04

View File

@ -89,6 +89,9 @@ bind D if -F '#{session_many_attached}' \
'display "Session has only 1 client attached"' 'display "Session has only 1 client attached"'
bind i display-message \; display-panes
# Windows navigation # Windows navigation
bind -n M-p previous-window bind -n M-p previous-window
bind -n M-n next-window bind -n M-n next-window