about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-01-08T20·14-0500
committerWilliam Carroll <wpcarro@gmail.com>2018-01-08T20·14-0500
commitcf4b300845cb0fc31fdfa36099050c69c036bc7e (patch)
treeebc97019075e22c99d76f025bce78372c9f438a3 /configs
parent3f3614b417e9951a8956332066608a891c0a57d2 (diff)
Update window resizing for Ergo Dox
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.tmux.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/shared/.tmux.conf b/configs/shared/.tmux.conf
index 76ca5f20055a..d32ace90e09c 100644
--- a/configs/shared/.tmux.conf
+++ b/configs/shared/.tmux.conf
@@ -84,10 +84,10 @@ bind -n m-right next-window
 
 
 # window resizing
-bind -n S-Up resize-pane -U 5
-bind -n S-Down resize-pane -D 5
-bind -n S-Left resize-pane -L 10
-bind -n S-Right resize-pane -R 10
+bind -n M-H resize-pane -L 5
+bind -n M-J resize-pane -D 5
+bind -n M-K resize-pane -U 5
+bind -n M-L resize-pane -R 5
 
 
 # Option + number to jump to window