home: tmux: add sloppy window switching bindings
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Another set of bindings which were setup by `tmux-sensible`, that I want
to enable explicitly to avoid issues when it is disabled by default.
This commit is contained in:
Bruno BELANYI 2024-11-28 12:50:29 +00:00
parent b38658405a
commit 9fc7d32481

View file

@ -84,6 +84,10 @@ in
# Refresh configuration
bind-key -N "Source tmux.conf" R source-file ${config.xdg.configHome}/tmux/tmux.conf \; display-message "Sourced tmux.conf!"
# Accept sloppy Ctrl key when switching windows, on top of default mapping
bind-key -N "Select the previous window" C-p previous-window
bind-key -N "Select the next window" C-n next -window
# Better vim mode
bind-key -T copy-mode-vi 'v' send -X begin-selection
${