diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-12 23:13:53 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-12 23:13:53 +0100 |
commit | 2a822fb249636ce45a3de3618e694de2248450e6 (patch) | |
tree | 4b2a2f184b3ce991468dfcefe65c7f2a6955e3d2 /tmux | |
parent | c781512f5e354a53cbbc0f8528b7d38927052d88 (diff) | |
download | dotfiles-2a822fb249636ce45a3de3618e694de2248450e6.tar.gz dotfiles-2a822fb249636ce45a3de3618e694de2248450e6.tar.bz2 dotfiles-2a822fb249636ce45a3de3618e694de2248450e6.zip |
Rename makes it easier
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -1,16 +0,0 @@ -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' |