From bfa1ca69a3368b2fc241afcc87b15e6c7a9fa633 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Fri, 18 Sep 2015 13:22:57 -0500 Subject: [PATCH] Adding some configuration to the tmux.conf --- home/.tmux.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/.tmux.conf b/home/.tmux.conf index 6a05d96..8c4113e 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -1,9 +1,14 @@ +# Quick resizing of split panes +bind-key -n C-S-Up resize-pane -U 15 +bind-key -n C-S-Down resize-pane -D 15 +bind-key -n C-S-Left resize-pane -L 25 +bind-key -n C-S-Right resize-pane -R 25 + # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' - # Other examples # set -g @plugin 'github_username/plugin_name' # set -g @plugin 'git@github.com/user/plugin'