mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
update tmux
This commit is contained in:
parent
12ae4e5f26
commit
72fec7e30a
11
.tmux.conf
11
.tmux.conf
@ -18,6 +18,17 @@ set-option -ga terminal-overrides ",tmux-256color:Tc"
|
||||
# mouse behavior
|
||||
setw -g mouse on
|
||||
|
||||
bind -n M-1 select-window -t 1
|
||||
bind -n M-2 select-window -t 2
|
||||
bind -n M-3 select-window -t 3
|
||||
bind -n M-4 select-window -t 4
|
||||
bind -n M-5 select-window -t 5
|
||||
bind -n M-6 select-window -t 6
|
||||
bind -n M-7 select-window -t 7
|
||||
bind -n M-8 select-window -t 8
|
||||
bind -n M-9 select-window -t 9
|
||||
bind -n M-0 select-window -t 10
|
||||
|
||||
bind-key : command-prompt
|
||||
bind-key r refresh-client
|
||||
bind-key L clear-history
|
||||
|
Loading…
x
Reference in New Issue
Block a user