tmux: Add tmux-yank
[tmux-yank][1]: > Tmux plugin for copying to system clipboard. Works on OSX, Linux and > Cygwin. [1]: https://github.com/tmux-plugins/tmux-yank
This commit is contained in:
1
.config/tmux/plugins/tmux-yank
Submodule
1
.config/tmux/plugins/tmux-yank
Submodule
Submodule .config/tmux/plugins/tmux-yank added at 1b1a436e19
@@ -72,6 +72,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'vim-tmux-navigator'
|
||||
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -32,6 +32,9 @@
|
||||
[submodule "tmux-sensible"]
|
||||
path = .config/tmux/plugins/tmux-sensible
|
||||
url = https://github.com/tmux-plugins/tmux-sensible
|
||||
[submodule "tmux-yank"]
|
||||
path = .config/tmux/plugins/tmux-yank
|
||||
url = https://github.com/tmux-plugins/tmux-yank
|
||||
[submodule "tpm"]
|
||||
path = .config/tmux/plugins/tpm
|
||||
url = https://github.com/tmux-plugins/tpm
|
||||
|
||||
Reference in New Issue
Block a user