mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(tmux): add tmux-thumbs plugin
This commit is contained in:
@@ -123,6 +123,8 @@ bind-key -T copy-mode-vi Enter send-keys -X copy-selection
|
|||||||
|
|
||||||
bind P run "tmux paste-buffer"
|
bind P run "tmux paste-buffer"
|
||||||
|
|
||||||
|
set -g @thumbs-command 'echo -n {} | pbcopy'
|
||||||
|
|
||||||
# ========= Plugins =========
|
# ========= Plugins =========
|
||||||
|
|
||||||
# prefix + I to install, prefix + U to update
|
# prefix + I to install, prefix + U to update
|
||||||
@@ -146,6 +148,7 @@ set -g @plugin 'wfxr/tmux-fzf-url' # u
|
|||||||
set -g @plugin 'joshmedeski/t-smart-tmux-session-manager'
|
set -g @plugin 'joshmedeski/t-smart-tmux-session-manager'
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
set -g @plugin 'joshmedeski/tmux-nerd-font-window-name'
|
set -g @plugin 'joshmedeski/tmux-nerd-font-window-name'
|
||||||
|
set -g @plugin 'fcsonline/tmux-thumbs'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user