When using kitty terminal, I can press hotkeys, but I can't type in any text entry.
I can hit ! to open the shell command line, but then I can't type the command.
I can hit / to open a search, but I can't type anything to search.
However if I set TERM=xterm-256color in kitty, I can type and search again.
TERM=xterm-256color LESSNOCONFIG="-" /opt/homebrew/bin/less /usr/share/dict/words
I installed less with brew install less on macOS. I'm running less v691.
When using kitty terminal, I can press hotkeys, but I can't type in any text entry.
I can hit
!to open the shell command line, but then I can't type the command.I can hit
/to open a search, but I can't type anything to search.However if I set
TERM=xterm-256colorin kitty, I can type and search again.I installed less with
brew install lesson macOS. I'm running less v691.