File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- source /etc/tmuxpy/common.conf
2
- source /usr/local/etc/tmuxpy/common.conf
3
- source ~/.local/etc/tmuxpy/common.conf
4
- source ~/.tmuxpy/common.conf
5
- source ~/.tmux/common.conf
1
+ source -q /etc/tmuxpy/common.conf
2
+ source -q /usr/local/etc/tmuxpy/common.conf
3
+ source -q ~/.local/etc/tmuxpy/common.conf
4
+ source -q ~/.tmuxpy/common.conf
5
+ source -q ~/.tmux/common.conf
6
6
set -g prefix C-a
7
7
bind-key a send-prefix
8
8
bind-key C-a last-window
Original file line number Diff line number Diff line change 1
- source /etc/tmuxpy/common.conf
2
- source /usr/local/etc/tmuxpy/common.conf
3
- source ~/.local/etc/tmuxpy/common.conf
4
- source ~/.tmuxpy/common.conf
5
- source ~/.tmux/common.conf
1
+ source -q /etc/tmuxpy/common.conf
2
+ source -q /usr/local/etc/tmuxpy/common.conf
3
+ source -q ~/.local/etc/tmuxpy/common.conf
4
+ source -q ~/.tmuxpy/common.conf
5
+ source -q ~/.tmux/common.conf
6
6
set -g prefix C-b
7
7
bind-key b send-prefix
8
8
bind-key C-b last-window
You can’t perform that action at this time.
0 commit comments