From 79e584b7e81176bc7c1b878deb75e31a018464ba Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 26 Sep 2021 15:47:03 +0200 Subject: [PATCH] tmux: cleanup --- tmux.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tmux.conf b/tmux.conf index c02cb37..ffd3fcf 100644 --- a/tmux.conf +++ b/tmux.conf @@ -61,15 +61,10 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R -# set to main-horizontal, 66% height for main pane -bind m run-shell "~/.tmux/scripts/resize-adaptable.sh -l main-horizontal -p 66" -# Same thing for verical layouts -bind M run-shell "~/.tmux/scripts/resize-adaptable.sh -l main-vertical -p 50" - bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'" # reload config -bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." +bind r source-file ~/.tmux.conf \; display-message "Config reloaded" # auto window rename set-window-option -g automatic-rename