diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 22 |
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' |
