diff --git a/sh/tmux.sh b/sh/tmux.sh index eb1f689..dd5150c 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -40,7 +40,8 @@ set -g renumber-windows on #set-window-option -g window-status-current-style bg=black,fg=green #set-window-option -g window-status-style bg=black,fg=gray -#bind -n F6 detach-client +# bind key to detach client +bind -n F6 detach-client #bind-key -n C-S-Left swap-window -t -1 #bind-key -n C-S-Right swap-window -t +1