Files
dotfiles/tmux/.tmux.conf
T

21 lines
396 B
Bash

unbind r
bind r source-file ~/.tmux.conf
set -g prefix C-s
set -g base-index 1
set -g pane-base-index 1
setw -g mode-keys vi
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
set -g status-position top
bind-key T display-popup -E
set -g @plugin "tmux-plugins/tpm"
set -g @plugin "arcticicestudio/nord-tmux"
run "~/.tmux/plugins/tpm/tpm"