Try with alt+arrows for windows/sessions navigation for a while
This commit is contained in:
@@ -41,6 +41,9 @@ bind -n M-7 select-window -t 7
|
|||||||
bind -n M-8 select-window -t 8
|
bind -n M-8 select-window -t 8
|
||||||
bind -n M-9 select-window -t 9
|
bind -n M-9 select-window -t 9
|
||||||
|
|
||||||
|
bind -n M-Left select-window -t -1
|
||||||
|
bind -n M-Right select-window -t +1
|
||||||
|
|
||||||
# Session controls
|
# Session controls
|
||||||
bind R command-prompt -I "#S" "rename-session -- '%%'"
|
bind R command-prompt -I "#S" "rename-session -- '%%'"
|
||||||
bind C new-session -c "#{pane_current_path}"
|
bind C new-session -c "#{pane_current_path}"
|
||||||
@@ -48,6 +51,9 @@ bind K kill-session
|
|||||||
bind P switch-client -p
|
bind P switch-client -p
|
||||||
bind N switch-client -n
|
bind N switch-client -n
|
||||||
|
|
||||||
|
bind -n M-Up switch-client -p
|
||||||
|
bind -n M-Down switch-client -n
|
||||||
|
|
||||||
# General
|
# General
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set -ag terminal-overrides ",*:RGB"
|
set -ag terminal-overrides ",*:RGB"
|
||||||
|
|||||||
Reference in New Issue
Block a user