You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have the bellow biding on my tmux config to move to the previous window
bind C-p previous-window
Since this is conflicting with the pomodoro plugin biding and I didn't want to change it , I changed the pomodoro bellow defaults to:
set -g @pomodoro_toggle 'P' # Start/pause a Pomodoro/break
set -g @pomodoro_cancel '^' # Cancel the current session
Now the C-P will start/pause a Pomodoro/break, however I was expecting the lowercase C-p to go to the previous windows as defined on top, it has the same effect as the upper case C-P. Basically C-P and C-p are now the same.
I would like to make the C-p previous-window active, and the C-P to Start/pause a Pomodoro/break.
The text was updated successfully, but these errors were encountered:
Hi, I have the bellow biding on my tmux config to move to the previous window
Since this is conflicting with the pomodoro plugin biding and I didn't want to change it , I changed the pomodoro bellow defaults to:
Now the
C-P
will start/pause a Pomodoro/break, however I was expecting the lowercaseC-p
to go to the previous windows as defined on top, it has the same effect as the upper caseC-P
. BasicallyC-P
andC-p
are now the same.I would like to make the
C-p
previous-window active, and theC-P
to Start/pause a Pomodoro/break.The text was updated successfully, but these errors were encountered: