From a6731998b1c88d4321202535280e47ca3160d32e Mon Sep 17 00:00:00 2001 From: thek4n Date: Sat, 11 May 2024 23:02:41 +0300 Subject: [PATCH] feat(tmux): options --- home/user/.config/tmux/options.conf | 4 +++- home/user/.config/tmux/remote.conf | 3 --- home/user/.config/tmux/tmux.conf | 2 -- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 home/user/.config/tmux/remote.conf diff --git a/home/user/.config/tmux/options.conf b/home/user/.config/tmux/options.conf index 8630ff6..d81f404 100644 --- a/home/user/.config/tmux/options.conf +++ b/home/user/.config/tmux/options.conf @@ -25,4 +25,6 @@ set -ga terminal-overrides ",xterm-256color:Tc" set -g default-command 'tmux rename-window -t 1 1; $SHELL' set -ga update-environment 'DISPLAY' -set -ga update-environment 'SSH_CLIENT' \ No newline at end of file +set -ga update-environment 'SSH_CLIENT' + +tmux_conf_copy_to_os_clipboard=true \ No newline at end of file diff --git a/home/user/.config/tmux/remote.conf b/home/user/.config/tmux/remote.conf deleted file mode 100644 index e9863e2..0000000 --- a/home/user/.config/tmux/remote.conf +++ /dev/null @@ -1,3 +0,0 @@ -# vim: ft=tmux - -# Tmux remote config \ No newline at end of file diff --git a/home/user/.config/tmux/tmux.conf b/home/user/.config/tmux/tmux.conf index 709f280..0e6e62b 100644 --- a/home/user/.config/tmux/tmux.conf +++ b/home/user/.config/tmux/tmux.conf @@ -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 -n "$SSH_CLIENT"' 'source-file "$HOME/.config/tmux/remote.conf"' - source-file "$HOME/.config/tmux/plugins.conf" run -b "$HOME/.config/tmux/plugins/tpm/tpm" \ No newline at end of file