home: tmux: add binding to refresh configuration

Don't rely on `tmux-sensible` to set it up.
This commit is contained in:
Bruno BELANYI 2024-11-28 12:17:31 +00:00
parent da3c29bbaf
commit b38658405a

View file

@ -81,6 +81,9 @@ in
];
extraConfig = ''
# Refresh configuration
bind-key -N "Source tmux.conf" R source-file ${config.xdg.configHome}/tmux/tmux.conf \; display-message "Sourced tmux.conf!"
# Better vim mode
bind-key -T copy-mode-vi 'v' send -X begin-selection
${