tmux: cleanup

feature/improve-speed
bretello 2021-09-26 15:47:03 +02:00
parent 8c43d4c7c1
commit 79e584b7e8
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 6 deletions

View File

@ -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