add: .tmux.conf
This commit is contained in:
parent
ebc86497f6
commit
0c36f9eaa0
1 changed files with 6 additions and 0 deletions
6
dotfiles/.tmux.conf
Normal file
6
dotfiles/.tmux.conf
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
set -g mouse on
|
||||||
|
|
||||||
|
bind-key -T prefix v split-window
|
||||||
|
bind-key -T prefix h split-window -h
|
||||||
|
|
||||||
|
set-option -g default-command fish
|
Loading…
Reference in a new issue