emacs.d pointer bump, small tmux.conf changes.
This commit is contained in:
parent
aaf5b21f29
commit
6c1663505d
@ -1 +1 @@
|
|||||||
Subproject commit 9336a6700d1c01f782efec87ce02a066e182cd28
|
Subproject commit 80834324ebb10a1ebe4617930b70c8f9b6ae362f
|
@ -1,5 +1,11 @@
|
|||||||
|
unbind C-o
|
||||||
|
set -g prefix C-b
|
||||||
|
bind-key C-b send-prefix
|
||||||
|
|
||||||
set-option -g status on
|
set-option -g status on
|
||||||
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
|
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
|
||||||
|
bind-key ^ command-prompt -p "swap window:" "swap-pane -s '%%' -t '%%'"
|
||||||
|
|
||||||
set-option -g status-interval 2
|
set-option -g status-interval 2
|
||||||
set-option -g status-utf8 on
|
set-option -g status-utf8 on
|
||||||
set-option -g status-justify "centre"
|
set-option -g status-justify "centre"
|
||||||
|
Loading…
Reference in New Issue
Block a user