aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorPascal Dulieu <pascal@dulieu.uk>2025-07-30 11:45:00 +0100
committerPascal Dulieu <pascal@dulieu.uk>2025-07-30 11:45:00 +0100
commitc19fa68472bec357914ff264e52b45945221d530 (patch)
tree8bb993d3f9bf7b91155300fcc7fe1b282faf7066 /.tmux.conf
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf22
1 files changed, 22 insertions, 0 deletions
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'