mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
1.1 KiB
1.1 KiB
Tmux Full Window Split
install requirements
tmux
configuration
vim ~/.tmux.conf
# split pane (tmux 1.9+)
bind-key \ split-window -h -c "#{pane_current_path}" # vertical split (default prefix-%)
bind-key - split-window -v -c "#{pane_current_path}" # horizontal split (default prefix-")
# split full window (tmux 2.3+)
bind-key | split-window -fh -c "#{pane_current_path}" # vertical split
bind-key _ split-window -fv -c "#{pane_current_path}" # horizontal split
references
- Tmux Playlist: https://www.youtube.com/playlist?list=PL5BE1545D8486D66D
contact
_ _ _ _
__ _ ___ | |_| |__ | | ___| |_ _ _
/ _` |/ _ \| __| '_ \| |/ _ \ __| | | |
| (_| | (_) | |_| |_) | | __/ |_| |_| |
\__, |\___/ \__|_.__/|_|\___|\__|\__,_|
|___/