home: tmux: use consistent commenting style
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-08-11 10:18:35 +00:00
parent 8c506ea03c
commit 5f073875e6

View file

@ -61,8 +61,8 @@ in
pain-control pain-control
# Better session management # Better session management
sessionist sessionist
# X clipboard integration
{ {
# X clipboard integration
plugin = yank; plugin = yank;
extraConfig = '' extraConfig = ''
# Use 'clipboard' because of misbehaving apps (e.g: firefox) # Use 'clipboard' because of misbehaving apps (e.g: firefox)
@ -71,8 +71,8 @@ in
set -g @yank_action 'copy-pipe' set -g @yank_action 'copy-pipe'
''; '';
} }
# Show when prefix has been pressed
{ {
# Show when prefix has been pressed
plugin = prefix-highlight; plugin = prefix-highlight;
extraConfig = '' extraConfig = ''
# Also show when I'm in copy or sync mode # Also show when I'm in copy or sync mode