aboutsummaryrefslogtreecommitdiff
path: root/config/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'config/tmux')
-rw-r--r--config/tmux/tmux.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf
index abcea6d..777810f 100644
--- a/config/tmux/tmux.conf
+++ b/config/tmux/tmux.conf
@@ -28,8 +28,6 @@ bind R source-file ~/.config/tmux/tmux.conf
set -g status-right-length 100
-# set -g @plugin '~/git/tmux-ssh-mode'
-
set -g @plugin 'tmux-plugins/tpm'
# set -g @plugin 'egel/tmux-gruvbox'
# set -g @tmux-gruvbox 'dark'
@@ -43,8 +41,5 @@ set -g @prefix_highlight_copy_mode_attr 'fg=black,bg=yellow,bold' # default is '
set -g @prefix_highlight_show_sync_mode 'on'
set -g @prefix_highlight_sync_mode_attr 'fg=black,bg=green' # default is 'fg=default,bg=yellow'
-set -g status-right "#{prefix_highlight}#{tmux-ssh-mode}#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %Y-%m-%d #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #H "
-
-# set -g @plugin 'tomhey/tmux-remote-sessions'
run "$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm"