This commit is contained in:
Jeff Lance 2022-04-23 16:34:32 +02:00
parent e2f546b857
commit 423684d5d0
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@ set -g status-keys emacs # emacs key bindings in tmux command p
setw -g aggressive-resize on # super useful when using "grouped sessions" and multi-monitor setup setw -g aggressive-resize on # super useful when using "grouped sessions" and multi-monitor setup
set -g update-environment -r
# edit configuration # edit configuration
bind e new-window -n "~/.tmux.conf" "EDITOR=\${EDITOR//mvim/vim} && EDITOR=\${EDITOR//gvim/vim} && \${EDITOR:-vim} ~/.tmux.conf && tmux source ~/.tmux.conf && tmux display \"~/.tmux.conf sourced\"" bind e new-window -n "~/.tmux.conf" "EDITOR=\${EDITOR//mvim/vim} && EDITOR=\${EDITOR//gvim/vim} && \${EDITOR:-vim} ~/.tmux.conf && tmux source ~/.tmux.conf && tmux display \"~/.tmux.conf sourced\""

View File

@ -71,3 +71,5 @@ if "test ! -d ~/.tmux/plugins/tpm" \
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'
new-session