mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
tmux: cleanup
This commit is contained in:
parent
8c43d4c7c1
commit
79e584b7e8
|
@ -61,15 +61,10 @@ bind j select-pane -D
|
||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
bind l select-pane -R
|
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 '%%'"
|
bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'"
|
||||||
|
|
||||||
# reload config
|
# 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
|
# auto window rename
|
||||||
set-window-option -g automatic-rename
|
set-window-option -g automatic-rename
|
||||||
|
|
Loading…
Reference in New Issue
Block a user