tmux: more convenient C-o binding
This commit is contained in:
parent
d553eea6ab
commit
f5358bdf35
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ bind -n M-9 select-window -t 9
|
||||||
bind -n M-0 select-window -t 10
|
bind -n M-0 select-window -t 10
|
||||||
bind -n M-m send-keys -t 9 q C-u "clear; tmux clear-history -t 9" C-m C-p C-p C-p C-m
|
bind -n M-m send-keys -t 9 q C-u "clear; tmux clear-history -t 9" C-m C-p C-p C-p C-m
|
||||||
bind -n M-` last-window
|
bind -n M-` last-window
|
||||||
bind C-o last-window
|
bind C-o send-keys C-o
|
||||||
bind o send-keys C-o
|
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
bind -n C-Right next-window
|
bind -n C-Right next-window
|
||||||
bind -n C-Left previous-window
|
bind -n C-Left previous-window
|
||||||
|
|
Loading…
Reference in a new issue