chore(tmux): reorganize keybindings and config loading

This commit is contained in:
2025-06-16 11:43:24 +02:00
parent 8d3399c0e3
commit 37f0cf7b4f
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,2 @@
bind r source-file ~/.tmux.conf \; display "Reloaded tmux config";
set -g prefix C-y
source-file ~/.config/tmux/tmux.conf.d/plugins.conf source-file ~/.config/tmux/tmux.conf.d/plugins.conf
source-file ~/.config/tmux/tmux.conf.d/keybinds.conf source-file ~/.config/tmux/tmux.conf.d/keybinds.conf

View File

@ -1,7 +1,9 @@
set -g prefix C-y
bind-key r source-file ~/.tmux.conf \; display "Reloaded tmux config";
bind-key c detach bind-key c detach
bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}'
bind-key a previous-window bind-key a previous-window
bind-key d next-window bind-key d next-window
bind-key n new-window bind-key n new-window
bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}'