From c19fa68472bec357914ff264e52b45945221d530 Mon Sep 17 00:00:00 2001 From: Pascal Dulieu Date: Wed, 30 Jul 2025 11:45:00 +0100 Subject: init --- .tmux.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..aca9b74 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,22 @@ +set -g mouse on +set -g default-terminal "screen-256color" +set -g status-bg colour0 +set -g set-clipboard on +set -g @mighty-scroll-interval 3 +set -g @mighty-scroll-by-line 'man fzf' +set -g @mighty-scroll-select-pane off +set-option -g status-position top +set-option -g status-right-length 150 + +# plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'noscript/tmux-mighty-scroll' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @plugin 'tmux-plugins/tmux-logging' +set -g @plugin 'erikw/tmux-powerline' +set-option -g @plugin 'b0o/tmux-autoreload' + +set-option -g @tmux-autoreload-configs '~/.tmux.conf' +run '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3