save
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
unbind r
|
|
||||||
bind r source-file ~/.tmux.conf
|
|
||||||
|
|
||||||
set -g prefix C-s
|
|
||||||
|
|
||||||
# act like vim
|
|
||||||
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
|
|
||||||
|
|
||||||
# List of plugins
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
|
||||||
set -g @plugin 'seebi/tmux-colors-solarized'
|
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
|
||||||
|
|
||||||
set -g @colors-solarized 'dark'
|
|
||||||
|
|
||||||
# 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