tmux broken on Mac #3368
-
|
I’ve recently realized that tmux is not behaving correctly on all my Macs running the latest version of MacOS Monterey. Basically the backspace key doesnt work moving the cursor only forward when hitting backspace and also it wont let you clear the screen and throws a ‘terminal database is inaccessible’. Installed version: tmux 3.3a I have tried uninstalling and reinstalling to no avail. Anyone have any ideas? I’m dead in the water without tmux. It works fine on my Ubuntu machines. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Tmux now sets |
Beta Was this translation helpful? Give feedback.
-
|
You can either add to your and use Homebrew Zsh as your default terminal. |
Beta Was this translation helpful? Give feedback.
-
|
Yes that fixed it! Thank you! Just clarity I had to create the |
Beta Was this translation helpful? Give feedback.

Yes that fixed it! Thank you!
Just clarity I had to create the
~/.tmux.conffile because it didn't exist. Once I created it and addedset -g default-terminal screen-256colorthen everything was back to normal. You rock!