add mtux
This commit is contained in:
9
.tmux.conf
Normal file
9
.tmux.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
run-shell ~/.git/tmux-resurrect/resurrect.tmux
|
||||
run-shell ~/.git/tmux-continuum/continuum.tmux
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @resurrect-dir '~/.tmux/resurrect'
|
||||
set -g mouse on
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind '"' split-window -v -c "#{pane_current_path}"
|
||||
Reference in New Issue
Block a user