make menus off <prefix> m instead of default for tmux
This commit is contained in:
parent
d668f757c2
commit
83351e0b51
|
@ -48,6 +48,8 @@ set -g @plugin 'jaclu/tmux-menus'
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
# plugin config
|
# plugin config
|
||||||
|
set -g @menus_trigger '<prefix> m'
|
||||||
|
|
||||||
# clipboard related
|
# clipboard related
|
||||||
set -g @extrakto_clip_tool 'tmux loadb -'
|
set -g @extrakto_clip_tool 'tmux loadb -'
|
||||||
if 'command -v termux-clipboard-set' {
|
if 'command -v termux-clipboard-set' {
|
||||||
|
|
Loading…
Reference in a new issue