tmux: remove plugins

This commit is contained in:
thomasabishop 2024-02-02 09:41:49 +00:00
parent a1bc975e5b
commit 9db5d7e3d7

View file

@ -3,16 +3,15 @@ set -g default-terminal "screen-256color"
set -g terminal-overrides ",alacritty:Tc" set -g terminal-overrides ",alacritty:Tc"
set-option -g status-position top set-option -g status-position top
set -goq @powerline-color-main-1 "#61AFEF"
set -g status-justify centre set -g status-justify centre
set -goq @powerline-color-grey-1 "#32363e"
set -g window-status-current-style 'bg=colour2,fg=#000000' set -g window-status-current-style 'bg=colour2,fg=#000000'
set-option -g status-left " Session #S (#{window_index} windows) " set-option -g status-left " Session #S (#{window_index} windows) "
set -g status-right 'tmux ' set -g status-right 'tmux '
set -g window-status-format " #I:#W " set -g window-status-format " #I:#W "
set -g window-status-current-format " #I:#W " set -g window-status-current-format " #I:#W "
set -g status-bg colour8 set -g status-bg colour8
set -g status-fg colour7 set -g status-fg colour7
# Split panes with \ and - # Split panes with \ and -
@ -20,7 +19,6 @@ bind \\ split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}" bind - split-window -v -c "#{pane_current_path}"
# unbind \\ # unbind \\
# unbind - # unbind -
bind h select-pane -L bind h select-pane -L
bind j select-pane -D bind j select-pane -D
bind k select-pane -U bind k select-pane -U
@ -34,14 +32,6 @@ bind-key -r C-Right resize-pane -R 5
# remove delay for exiting insert mode with ESC in Neovim # remove delay for exiting insert mode with ESC in Neovim
set -sg escape-time 10 set -sg escape-time 10
# tpm plugin
set -g @plugin 'tmux-plugins/tpm'
# list of tmux plugins
set -g @plugin 'christoomey/vim-tmux-navigator'
# set -g @plugin 'jimeh/tmux-themepack'
# set -g @themepack 'powerline/block/blue'
run '~/.config/tmux/plugins/tpm/tpm'