Skip to content

Commit c3ab583

Browse files
committed
split tmux
1 parent f78b2ea commit c3ab583

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tmux.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ set -g mode-keys emacs
99
#bind C-x send-prefix
1010
# bind c copy-mode
1111
set -g mode-style "bg=yellow,fg=black"
12+
13+
# Intuitive splits: v for vertical, h for horizontal
14+
bind v split-window -h
15+
bind h split-window -v

0 commit comments

Comments
 (0)