This commit is contained in:
2021-06-27 19:28:33 +02:00
parent 800dc876e8
commit f19d3fdaec
11 changed files with 137 additions and 86 deletions

View File

@ -25,6 +25,8 @@ bind > command-prompt "move-window -t '%%'"
bind f command-prompt "resize-pane -Z"
bind n command-prompt "resize-pane"
bind-key a set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}"
unbind %
bind | split-window -h
unbind '"'
@ -96,3 +98,4 @@ if "[[ ${TERM} =~ 256color || ${TERM} == fbterm ]]" 'set -g default-terminal scr
run '~/.tmux/plugins/tpm/tpm'
set -ga terminal-overrides ",xterm-256color:Tc"