From 2a822fb249636ce45a3de3618e694de2248450e6 Mon Sep 17 00:00:00 2001 From: oreodave Date: Fri, 12 Jul 2019 23:13:53 +0100 Subject: Rename makes it easier --- tmux.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tmux.conf (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..8106833 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,16 @@ +set -g base-index 1 +set-option -g prefix C-a +set -g @themepack 'powerline/block/blue' + + +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'jimeh/tmux-themepack' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-battery' +set -g @plugin 'tmux-plugins/tmux-online-status' +set -g @plugin 'tmux-plugins/tmux-sidebar' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run -b '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3-13-gbd6f