tmux splitting panes

splitting panes is a core feature of tmux. It allows us to split the terminal
vertically or horizontally into new panes.

bind -n M-s split-window -c ‘#{pane_current_path}’
bind -n M-v split-window -h -c ‘#{pane_current_path}’
bind -n M-X kill-pane

splitting panes is a core feature of tmux. It allows us to split the terminal
vertically or horizontally into new panes.

bind -n M-s split-window -c '#{pane_current_path}'
bind -n M-v split-window -h -c '#{pane_current_path}'
bind -n M-X kill-pane

?️ note that ‘#{pane_current_path}’will keep the split in the same directory
as it’s parent, without this it will default to your home directory.


Print Share Comment Cite Upload Translate
APA
Waylon Walker | Sciencx (2024-03-28T19:06:04+00:00) » tmux splitting panes. Retrieved from https://www.scien.cx/2021/07/17/tmux-splitting-panes/.
MLA
" » tmux splitting panes." Waylon Walker | Sciencx - Saturday July 17, 2021, https://www.scien.cx/2021/07/17/tmux-splitting-panes/
HARVARD
Waylon Walker | Sciencx Saturday July 17, 2021 » tmux splitting panes., viewed 2024-03-28T19:06:04+00:00,<https://www.scien.cx/2021/07/17/tmux-splitting-panes/>
VANCOUVER
Waylon Walker | Sciencx - » tmux splitting panes. [Internet]. [Accessed 2024-03-28T19:06:04+00:00]. Available from: https://www.scien.cx/2021/07/17/tmux-splitting-panes/
CHICAGO
" » tmux splitting panes." Waylon Walker | Sciencx - Accessed 2024-03-28T19:06:04+00:00. https://www.scien.cx/2021/07/17/tmux-splitting-panes/
IEEE
" » tmux splitting panes." Waylon Walker | Sciencx [Online]. Available: https://www.scien.cx/2021/07/17/tmux-splitting-panes/. [Accessed: 2024-03-28T19:06:04+00:00]
rf:citation
» tmux splitting panes | Waylon Walker | Sciencx | https://www.scien.cx/2021/07/17/tmux-splitting-panes/ | 2024-03-28T19:06:04+00:00
https://github.com/addpipe/simple-recorderjs-demo