tmux/detach
This commit is contained in:
parent
749bb2daf7
commit
2859d3d09c
1 changed files with 2 additions and 1 deletions
|
@ -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-current-style bg=black,fg=green
|
||||||
#set-window-option -g window-status-style bg=black,fg=gray
|
#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-Left swap-window -t -1
|
||||||
#bind-key -n C-S-Right swap-window -t +1
|
#bind-key -n C-S-Right swap-window -t +1
|
||||||
|
|
Loading…
Reference in a new issue