iiii
This commit is contained in:
parent
96d42ac011
commit
cd2e84628c
@ -1 +0,0 @@
|
|||||||
Subproject commit 25cb91f42d020f675bb0a2ce3fbd3a5d96119efa
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946
|
|
||||||
@ -30,8 +30,6 @@ set -g history-limit 1000000
|
|||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
|
|
||||||
set -g detach-on-destroy off # don't exit from tmux when closing a session
|
|
||||||
|
|
||||||
# Detach sessions instead of killing them
|
# Detach sessions instead of killing them
|
||||||
set -g detach-on-destroy on
|
set -g detach-on-destroy on
|
||||||
|
|
||||||
@ -78,16 +76,3 @@ set-option -g status-right-length 40
|
|||||||
set -g status-left "#[fg=#d3869b]S: #S #[fg=#d3869b]• #[fg=#d3869b]W: #I #[fg=#d3869b]• "
|
set -g status-left "#[fg=#d3869b]S: #S #[fg=#d3869b]• #[fg=#d3869b]W: #I #[fg=#d3869b]• "
|
||||||
set -g status-right "#[fg=#d3869b]%H:%M %d-%b-%y"
|
set -g status-right "#[fg=#d3869b]%H:%M %d-%b-%y"
|
||||||
|
|
||||||
# package manager
|
|
||||||
unbind I
|
|
||||||
bind I run '~/.config/tmux/plugins/tpm/tpm'
|
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
||||||
# set -g @plugin 'tmux-plugins/tmux-resurrect'
|
|
||||||
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
|
||||||
#
|
|
||||||
# set -g @continuum-restore 'on'
|
|
||||||
|
|
||||||
|
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user