1
0
Fork 0

Update dot_tmux.conf

This commit is contained in:
Florian RICHER 2022-09-03 18:46:39 +02:00
parent 6d3e23a8d2
commit 8594049f30

View file

@ -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"