I am using tmux version 3.1c. The command to switch to the previous window in tmux is the following:
Ctrl-a + M + p
However, my "meta-key" M
, which I think should be Alt Gr
or Alt
, won't trigger (at some point I came across ESC
as my meta-key but this is too confusing). Therefore, I want to easily replace switching to the previous window this with the command
Ctrl-a + p
And switching to the next window with
Ctrl-a + n
where Ctrl-a
is my own prefix. How would this be possible? I was trying to change it inside my .tmux.conf
file, but didn't got the expected result. Thanks in advance!