Rework theme and remove unwanted plugins
This commit is contained in:
parent
418691609c
commit
61e3a949ff
1 changed files with 19 additions and 4 deletions
23
tmux.conf
23
tmux.conf
|
@ -9,6 +9,7 @@ bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft=
|
|||
|
||||
set -g base-index 1
|
||||
set -gw pane-base-index 1
|
||||
|
||||
unbind C-b
|
||||
set -g prefix C-q
|
||||
bind C-q send-prefix
|
||||
|
@ -22,11 +23,25 @@ set-window-option -g mode-keys vi
|
|||
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
||||
bind-key -T copy-mode-vi 'y' send -X copy-selection
|
||||
|
||||
# List of my plugins
|
||||
set -g @plugin 'jimeh/tmux-themepack'
|
||||
# Look
|
||||
set -g status-bg colour234
|
||||
set -g status-fg colour21
|
||||
|
||||
setw -g window-status-current-fg colour234
|
||||
setw -g window-status-current-bg colour8
|
||||
setw -g window-status-current-attr bold
|
||||
setw -g window-status-current-format '#[fg=colour1,bg=colour8] #I #[fg=colour7]#W #[fg=colour13]#F #[bg=colour234,fg=colour8]'
|
||||
|
||||
setw -g window-status-fg colour21
|
||||
setw -g window-status-bg colour234
|
||||
setw -g window-status-attr none
|
||||
setw -g window-status-format ' #I #W #[fg=colour8]#F '
|
||||
|
||||
set -g status-left "#[fg=colour19,bg=colour3] #[fg=colour3,bg=colour234] "
|
||||
set -g status-right "#[fg=colour19,bg=colour234]#[fg=colour21,bg=colour19] %H:%M #[fg=colour3,bg=colour19]#[fg=colour0,bg=colour3,bold] #H "
|
||||
|
||||
# List of my plugins
|
||||
|
||||
#themepack pluging parameters
|
||||
set -g @themepack 'default/blue'
|
||||
|
||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue