Feat: initial setup for my X230 laptop
This commit is contained in:
@@ -10,7 +10,7 @@ bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
set-option -g default-shell /bin/fish
|
||||
set-option -g default-shell /usr/bin/fish
|
||||
|
||||
# index number starts at 1
|
||||
set -g base-index 1
|
||||
@@ -49,9 +49,11 @@ set -g bell-action none
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin "arcticicestudio/nord-tmux"
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
set -g @tmux-gruvbox 'dark' # or 'light'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
Reference in New Issue
Block a user