Custom hotkey for search in browser
schvabodka-man opened this issue · comments
Ivan commented
Are there possibility to setup this? I don't see it in documentation, neither in code in *.tmux file
Luis Vasconcellos commented
It's already possible.
Enter copy mode, highlight what you want to search and then hit shift + s
.
If you read the README and couldn't find it though the README probably needs to be improved.
Ivan commented
I don't want it to be shift+s. I want it to be something else(alt+f for example), that's what i'm speaking about
Thomas Legris commented
You can already define custom hotkey.
Actually, you can map every other letter. For instance, for shift + D
:
set -g @open-D 'https://www.duckduckgo.com/search?q='
Would be nice to be able to use the alt
button though.