fix: remove vim copy typo from tmux configuration

This commit is contained in:
Ben Grande 2024-05-23 11:49:02 +02:00
parent 23f4e79587
commit 3c7d828fb5
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -54,7 +54,7 @@ set-option -g status-right-style 'fg=brightcyan,bg=black'
## Terminal capabilities and update environment
set-option -g terminal-overrides '*256color:Tc,xterm*:XT:Cc=\E]12;%p1%s\007:Cr=\E]112\007:Cs=\E[%p1%d q,rxvt-unicode*:XT:sitm@:ritm@'
set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PI +D SSH_CONNECTION WINDOWID XAUTHORITY XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP"
set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP"
set-environment -gu DBUS_SESSION_BUS_ADDRESS
## }}}