home: tmux: use consistent commenting style
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
8c506ea03c
commit
5f073875e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue