feat(tmux): options

This commit is contained in:
thek4n 2024-05-11 23:02:41 +03:00
parent 746bf59952
commit a6731998b1
3 changed files with 3 additions and 6 deletions

View File

@ -26,3 +26,5 @@ set -g default-command 'tmux rename-window -t 1 1; $SHELL'
set -ga update-environment 'DISPLAY' set -ga update-environment 'DISPLAY'
set -ga update-environment 'SSH_CLIENT' set -ga update-environment 'SSH_CLIENT'
tmux_conf_copy_to_os_clipboard=true

View File

@ -1,3 +0,0 @@
# vim: ft=tmux
# Tmux remote config

View File

@ -7,7 +7,5 @@ source-file "$HOME/.config/tmux/style.conf"
if-shell 'test -e "$HOME/.config/tmux/local.conf"' 'source-file "$HOME/.config/tmux/local.conf"' if-shell 'test -e "$HOME/.config/tmux/local.conf"' 'source-file "$HOME/.config/tmux/local.conf"'
if-shell 'test -n "$SSH_CLIENT"' 'source-file "$HOME/.config/tmux/remote.conf"'
source-file "$HOME/.config/tmux/plugins.conf" source-file "$HOME/.config/tmux/plugins.conf"
run -b "$HOME/.config/tmux/plugins/tpm/tpm" run -b "$HOME/.config/tmux/plugins/tpm/tpm"