Update dot_tmux.conf
This commit is contained in:
parent
6d3e23a8d2
commit
8594049f30
1 changed files with 2 additions and 3 deletions
|
@ -108,9 +108,8 @@ bind Down last-window \; swap-pane -s tmp.1 \; kill-window -t tmp
|
|||
bind -r ( switch-client -p
|
||||
bind -r ) switch-client -n
|
||||
|
||||
# set zsh as default shell
|
||||
# set -g default-command "/bin/bash --login"
|
||||
# set -g default-shell /bin/bash
|
||||
set -g default-command "/bin/fish --login"
|
||||
set -g default-shell /bin/fish
|
||||
|
||||
# recording program output to a log
|
||||
bind P pipe-pane -o "cat >>~/#W.log" \; display "Toggled logging to ~/#W.log"
|
||||
|
|
Loading…
Reference in a new issue