Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to cycle through panes in tmux

Add this to your tmux conf

#move around panes
bind -r h select-pane -L
bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -R
 
PREVIOUS NEXT
Tagged: #cycle #panes #tmux
ADD COMMENT
Topic
Name
2+9 =