Update
This commit is contained in:
parent
e2f546b857
commit
423684d5d0
@ -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\""
|
||||||
|
|
||||||
|
@ -71,3 +71,5 @@ if "test ! -d ~/.tmux/plugins/tpm" \
|
|||||||
|
|
||||||
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
new-session
|
||||||
|
Loading…
Reference in New Issue
Block a user