tmux suspend
This commit is contained in:
parent
1788b74c00
commit
e7cf2a45fd
@ -1 +1 @@
|
|||||||
Subproject commit 0af598cbed78660066f8a8f4465844501ba5695b
|
Subproject commit a69aa22fa8a4fe0927bb73716c2f7c9d2580a51d
|
2
src/fzf
2
src/fzf
@ -1 +1 @@
|
|||||||
Subproject commit 94999101e358385f3ca67a6ec9512f549196b802
|
Subproject commit 607eacf8c73f60d778c4a0bf303f1593704b17c3
|
@ -1 +1 @@
|
|||||||
Subproject commit a991497b9ff7ca59148d00105a0b5fe4eb8e48e3
|
Subproject commit 451300eda243251b60d13da6d028b9ff4e8b92cb
|
@ -32,6 +32,11 @@ bind-key a attach -c "#{pane_current_path}"
|
|||||||
# setting up TPM
|
# setting up TPM
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
# adding tmux ssh support
|
||||||
|
set -g @plugin 'MunifTanjim/tmux-mode-indicator'
|
||||||
|
set -g @plugin 'MunifTanjim/tmux-suspend'
|
||||||
|
# suspend key
|
||||||
|
set -g @suspend_key 'F12'
|
||||||
|
|
||||||
# clock settings
|
# clock settings
|
||||||
set -g clock-mode-colour white
|
set -g clock-mode-colour white
|
||||||
@ -39,7 +44,7 @@ set -g clock-mode-colour white
|
|||||||
# status config
|
# status config
|
||||||
set -g status-interval 10
|
set -g status-interval 10
|
||||||
set -g status-style "bg=black, fg=brightWhite"
|
set -g status-style "bg=black, fg=brightWhite"
|
||||||
set -g status-right "%a, %b %d %l:%M %P "
|
set -g status-right "%a, %b %d %l:%M %P #{tmux_mode_indicator}"
|
||||||
set -g status-right-length 100
|
set -g status-right-length 100
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
# change active window color
|
# change active window color
|
||||||
|
Loading…
x
Reference in New Issue
Block a user