Update .config/tmux/tmux.conf
This commit is contained in:
parent
d96ca2a454
commit
f9eacb456e
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ set -g mouse on
|
||||||
# enable vi keys in copy mode
|
# enable vi keys in copy mode
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
||||||
|
# remove confirmation on killing panes and windows
|
||||||
|
bind-key & kill-window
|
||||||
|
bind-key x kill-pane
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue