18 lines
381 B
Bash
18 lines
381 B
Bash
unbind r
|
|
bind r source-file ~/.tmux.conf
|
|
|
|
set -g prefix C-y
|
|
|
|
#set -g mouse on
|
|
|
|
bind-key w select-pane -U
|
|
bind-key a select-pane -L
|
|
bind-key s select-pane -D
|
|
bind-key d select-pane -R
|
|
|
|
set -g @plugin '~/.config/tmux/plugins/tpm'
|
|
#set -g @plugin '~/.config/tmux/plugins/catppuccin-tmux'
|
|
|
|
run '~/.config/tmux/plugins/tpm'
|
|
#run '~/.config/tmux/plugins/catppuccin-tmux/catppuccin.tmux'
|