source code migrating from gitlab
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user