diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 97e09d4..6929603 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -6,8 +6,9 @@ bind C-x send-prefix ## set terminal bell set -g bell-action any -### update the TERM variable of terminal emulator when creating a new session or attaching a existing session -set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY TERM' +## Set default terminal +set -g default-terminal "xterm-kitty" +set -ga terminal-overrides ",xterm-kitty:Tc" # i3 split bindings bind g split-window -h @@ -68,15 +69,9 @@ bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "se bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M" # Split -set -g pane-border-style fg=colour234 -set -g pane-active-border-style fg=colour234 -set -g status-left '#[fg=white,bg=magenta] #S #[fg=default,bg=default]' -set -g status-right '#{prefix_highlight} #[fg=white,bg=magenta] %b %d %Y #[fg=white,bg=blue] %R ' -set -g status-right-length 100 -set -g status-bg default -setw -g window-status-format '#[fg=cyan,bg=black] #I #[fg=cyan,bg=black] #W ' -setw -g window-status-current-format '#[fg=white,bg=blue] #I #[fg=white,bg=magenta] #W ' +# Colorscheme file +source-file ~/.tmux/iceberg.tmux.conf # List of plugins set -g @plugin 'tmux-plugins/tpm'