olimorris / tmux-pomodoro-plus

🍅 Incorporate the Pomodoro technique into your tmux workflow
MIT License
274 stars 23 forks source link

keybindings #6

Closed carlocaione closed 2 years ago

carlocaione commented 2 years ago

I have <tmux-prefix> p and <tmux-prefix> P already bound to something else.

If I try to set new keybindings with:

set -g @pomodoro_start 'h'
set -g @pomodoro_cancel 'H'

I still get the old p P hooked to tmux-pomodoro-plus.

carlocaione commented 2 years ago

PBKAC