Set tmux default shell
This commit is contained in:
parent
aefa82b24c
commit
cab056e348
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# use vim copy/paste keybindings
|
||||
setw -g mode-keys vi
|
||||
|
||||
set-option -g default-shell /bin/bash
|
||||
|
||||
# split panes using | and -
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue