]> git.phdru.name Git - dotfiles.git/commitdiff
.tmux.conf: add reasonable binding for h/v split
authorOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 20:22:59 +0000 (23:22 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 20:22:59 +0000 (23:22 +0300)
.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