olimorris / tmux-pomodoro-plus

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

Overriding default keybinds #20

Closed DMunkei closed 1 year ago

DMunkei commented 1 year ago

Can't override the default keybind. Similar to the previous issue here #6

# Pomodoro
set -g @pomodoro_start 'h'                  # Start a Pomodoro with tmux-prefix + p
set -g @pomodoro_cancel 'H'                 # Cancel a Pomodoro with tmux-prefix key + P

When I press tmux-prefix + p It starts the menu. It also works with the new keybind I created.

olimorris commented 1 year ago

I've just tried it on my end and it works fine. Are you reloading Tmux after changing them?

olimorris commented 1 year ago

@DMunkei - Any luck?