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