]> Sergey Matveev's repositories - mmc.git/blob - cmd/tmux.conf
External netrc module
[mmc.git] / cmd / tmux.conf
1 set-window-option -g window-status-format "#I:#W#F"
2
3 bind-key Q kill-session
4 bind-key c display-popup -E NEWWIN
5 bind-key d kill-window
6 bind-key S display-popup -E CATFILE
7 bind-key D {
8     capture-pane -t 0
9     display-popup -E DLPANE
10     delete-buffer
11 }