Added keybindings to quickly select tmux window
This commit is contained in:
parent
7be1fa7a21
commit
d755aa90f5
|
@ -58,3 +58,15 @@ wg_is_keys_off="#([ $(tmux show-option -qv key-table) = 'off' ] && echo 'TRUE' )
|
|||
source-file "$DOTFILES/tmux/gruvbox.conf"
|
||||
|
||||
run "$DOTFILES/tmux/tpm/tpm"
|
||||
|
||||
set -g base-index 1
|
||||
bind-key -n M-1 select-window -t 1
|
||||
bind-key -n M-2 select-window -t 2
|
||||
bind-key -n M-3 select-window -t 3
|
||||
bind-key -n M-4 select-window -t 4
|
||||
bind-key -n M-5 select-window -t 5
|
||||
bind-key -n M-6 select-window -t 6
|
||||
bind-key -n M-7 select-window -t 7
|
||||
bind-key -n M-8 select-window -t 8
|
||||
bind-key -n M-9 select-window -t 9
|
||||
bind-key -n M-0 select-window -t 10
|
||||
|
|
Loading…
Reference in New Issue
Block a user