From 34278eb9ab71bb2f4f96c1b9fd0cbbae2f73a28c Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:20:13 -0700 Subject: [PATCH] Update tmux.conf --- .config/tmux/tmux.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 77d47df..915559e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -25,11 +25,15 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R +# Other opts +set -g history-limit 1000000 +set -g set-clipboard on + # Plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin "janoamaral/tokyo-night-tmux" +set -g @plugin 'janoamaral/tokyo-night-tmux' # Theme set -g status-position top @@ -37,10 +41,5 @@ set -g status-position top set -g @tokyo-night-tmux_window_id_style fsquare set -g @tokyo-night-tmux_pane_id_style hsquare set -g @tokyo-night-tmux_zoom_id_style dsquare -set -g @tokyo-night-tmux_show_datetime 0 -set -g @tokyo-night-tmux_date_format MYD -set -g @tokyo-night-tmux_time_format 12H -set -g @tokyo-night-tmux_show_path 1 -set -g @tokyo-night-tmux_path_format relative # 'relative' or 'full' run '~/.tmux/plugins/tpm/tpm'