Configure tmux
This commit is contained in:
13
.tmux.conf
13
.tmux.conf
@@ -1,5 +1,16 @@
|
||||
# Change command shortcut
|
||||
unbind C-b
|
||||
set -g prefix C-x
|
||||
bind C-x send-prefix
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'erikw/tmux-powerline'
|
||||
set -g @plugin 'tmux-plugins/tmux-open'
|
||||
#set -g @plugin 'alexchaichan/tmux-spotify-tui'
|
||||
set-option -g @plugin 'b0o/tmux-autoreload'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user