Hi,
I configured nnn with global file preview plugin/setting. But when I activate with it open in a new separate window. I want to open in another new terminal window. In tmux it works fine. It opens in the right pane. What settings should I need to change?
The previews will be shown in a tmux split. If that isn’t possible, it will try to use a kitty terminal split. And as a final fallback, a different terminal window will be used ($NNN_TERMINAL).
In other words, you have to set the NNN_TERMINAL environment variable to the terminal emulator you want to use.
Go to /etc/environment:
NNN_TERMINAL=konsole
Save the file. Log out and log back in for changes to take effect.