tmux-plugins / tmux-logging

Easy logging and screen capturing for Tmux.
MIT License
1.05k stars 114 forks source link

Custom keybindings in .tmux.conf? #30

Closed qqldd closed 6 years ago

qqldd commented 6 years ago

Hi, my Prefix+Shift+P binds to swap current window with previous one. How I can rebind the Prefix+Shift+P to Prefix+Shift+L for tmux logging?

qqldd commented 6 years ago

From the source, it respects the @logging_key Put following into .tmux.conf will work:

set -g @logging_key "L"