tmux-fixes #1
13
.gitmodules
vendored
13
.gitmodules
vendored
@ -1,13 +0,0 @@
|
|||||||
[submodule "nord-tmux"]
|
|
||||||
path = tmux/.tmux/plugins/nord-tmux
|
|
||||||
url = https://git::@github.com/arcticicestudio/nord-tmux
|
|
||||||
fetch = +refs/heads/develop:refs/remotes/origin/develop
|
|
||||||
[submodule "tmux-sensible"]
|
|
||||||
path = tmux/.tmux/plugins/tmux-sensible
|
|
||||||
url = https://git::@github.com/tmux-plugins/tmux-sensible
|
|
||||||
fetch = +refs/heads/master:refs/remotes/origin/master
|
|
||||||
[submodule "tpm"]
|
|
||||||
path = tmux/.tmux/plugins/tpm
|
|
||||||
url = https://github.com/tmux-plugins/tpm
|
|
||||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
||||||
|
|
@ -94,10 +94,12 @@ bind -T copy-mode-vi MouseDown1Pane select-pane \;\
|
|||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
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'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
|
set -g @plugin "arcticicestudio/nord-tmux"
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
||||||
set -g @plugin "arcticicestudio/nord-tmux"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user