Is it possible to change tmux
shortcuts such that:
I really like its features but am always of the opinion that the less shortcut I have to learn the better.
It seems like you want to do this without the command prefix key. If that's correct, add the following commands to your ~/.tmux.conf
file:
bind-key -n C-t new-window
bind-key -n C-w kill-window
bind-key -n C-Tab next-window
If you want to use the prefix key, then drop the -n
from the above commands.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With