feat(tmux): options
This commit is contained in:
parent
746bf59952
commit
a6731998b1
@ -26,3 +26,5 @@ set -g default-command 'tmux rename-window -t 1 1; $SHELL'
|
||||
|
||||
set -ga update-environment 'DISPLAY'
|
||||
set -ga update-environment 'SSH_CLIENT'
|
||||
|
||||
tmux_conf_copy_to_os_clipboard=true
|
||||
@ -1,3 +0,0 @@
|
||||
# vim: ft=tmux
|
||||
|
||||
# Tmux remote config
|
||||
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user