animations and more
This commit is contained in:
16
.tmux.conf
16
.tmux.conf
@@ -39,10 +39,20 @@ bind -r j select-pane -D
|
||||
bind -r k select-pane -U
|
||||
bind -r l select-pane -R
|
||||
|
||||
#Misc
|
||||
bind C-s choose-session
|
||||
bind S command-prompt -p "New Session:" "new-session -A -s '%%' -c ~"
|
||||
|
||||
#Theme
|
||||
set-option -g status-position top
|
||||
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
#Misc
|
||||
bind S choose-session
|
||||
bind N command-prompt -p "New Session:" "new-session -A -s '%%' -c ~"
|
||||
|
||||
# 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