From 0c2e7f9150b463e2396abb3d20c2c966a9ef737c Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Fri, 19 Mar 2021 10:14:51 +0000 Subject: [PATCH] chore(config): tmux painless config --- config/tmux/tmux.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 231a764..e6d252d 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -1,9 +1,5 @@ # https://github.com/tmux/tmux/wiki/FAQ -# Split panes using | and - -bind | split-window -h -bind - split-window -v - # Switch panes using Alt without prefix bind -n M-Left select-pane -L bind -n M-Right select-pane -R @@ -17,6 +13,7 @@ set -g default-terminal "tmux-256color" # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tmux-pain-control' # Initialize TMUX plugin manager run '~/.tmux/plugins/tpm/tpm'