We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78b2ea commit c3ab583Copy full SHA for c3ab583
1 file changed
tmux.conf
@@ -9,3 +9,7 @@ set -g mode-keys emacs
9
#bind C-x send-prefix
10
# bind c copy-mode
11
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