I get the following error immediately when trying to type s in copy-mode:
Error:
setupterm: could not find terminfo database
Traceback (most recent call last):
File "/Users/macinburrito/.tmux/plugins/tmux-copy-toolkit/copytk.py", line 1372, in <module>
curses.wrapper(run_easymotion)
File "/opt/homebrew/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/curses/__init__.py", line 73, in wrapper
stdscr = initscr()
File "/opt/homebrew/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/curses/__init__.py", line 29, in initscr
setupterm(term=_os.environ.get("TERM", "unknown"),
_curses.error: setupterm: could not find terminfo database
ENTER to continue ...
macOS 12.4, using Fish shell (although I have Bash installed). I'm hoping that the requirement of "bash" in the README didn't actually mean that I have to use Bash as my shell in order for this to work?
I get the following error immediately when trying to type
s
in copy-mode:macOS 12.4, using Fish shell (although I have Bash installed). I'm hoping that the requirement of "bash" in the README didn't actually mean that I have to use Bash as my shell in order for this to work?