Adding some awesome plugins
This commit is contained in:
parent
312cbf0a08
commit
3adc8b16c1
9 changed files with 27 additions and 0 deletions
13
.tmux.conf
13
.tmux.conf
|
@ -1116,3 +1116,16 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# }
|
||||
#
|
||||
# "$@"
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
# Other examples:
|
||||
# set -g @plugin 'git@github.com/user/plugin'
|
||||
# set -g @plugin 'git@bitbucket.com/user/plugin'
|
||||
set -g @plugin 'tmux-plugins/tmux-logging'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g history-limit 50000
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
|
1
plugins/.gitignore
vendored
Normal file
1
plugins/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
plugins/
|
1
plugins/tmux-continuum
Submodule
1
plugins/tmux-continuum
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 90f4a00c41de094864dd4e29231253bcd80d4409
|
1
plugins/tmux-logging
Submodule
1
plugins/tmux-logging
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4852c288b0ab63b029160838f4f3eb3396be574f
|
1
plugins/tmux-resurrect
Submodule
1
plugins/tmux-resurrect
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6feae65a836c76b0b48a24959a59ff4040d09f16
|
1
plugins/tmux-sensible
Submodule
1
plugins/tmux-sensible
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e91b178ff832b7bcbbf4d99d9f467f63fd1b76b5
|
1
plugins/tpm
Submodule
1
plugins/tpm
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 95f78336c3972f3e6648b7b3db754f2224320a5e
|
1
resurrect/last
Symbolic link
1
resurrect/last
Symbolic link
|
@ -0,0 +1 @@
|
|||
tmux_resurrect_2018-08-22T14:13:07.txt
|
7
resurrect/tmux_resurrect_2018-08-22T14:13:07.txt
Normal file
7
resurrect/tmux_resurrect_2018-08-22T14:13:07.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
pane syncanalytics 1 :vpn 0 : 1 :/root/vpn-picker 1 bash :/bin/bash /usr/local/bin/vpnpicker
|
||||
pane syncanalytics 2 :bash 0 :- 1 :/root/Documents/fordredteam/syncanalytics 1 bash :
|
||||
pane syncanalytics 3 :bash 1 :* 1 :/root 1 bash :
|
||||
window syncanalytics 1 0 : b2fd,189x50,0,0,0
|
||||
window syncanalytics 2 0 :- b304,189x50,0,0,7
|
||||
window syncanalytics 3 1 :* b305,189x50,0,0,8
|
||||
state syncanalytics
|
Loading…
Reference in a new issue