]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
.tmux.conf: add reasonable binding for h/v split
[dotfiles.git] / .tmux.conf
index b0a2d828551edfc0673388ff9537b2a49dda3a11..d7a47e5211fabcd50e0eea2561d13141b1d59144 100644 (file)
@@ -76,3 +76,7 @@ bind-key R source-file ~/.tmux.conf \; display "Reloaded!"
 #
 # <prefix> C-a for last-window
 # bind-key C-a last-window
+
+# Use vertical and horizontal chars to split the screen
+bind-key | split-window -h
+bind-key - split-window -v