jarun / nnn

n³ The unorthodox terminal file manager
BSD 2-Clause "Simplified" License
18.51k stars 743 forks source link

preview-tui does not work with tmux 3.4 #1848

Closed ListeriaM closed 3 months ago

ListeriaM commented 3 months ago

Environment details

Exact steps to reproduce the issue

NNN_PLUG='p:-preview-tui' tmux new-session nnn -Pp

you should get a "size missing" error from tmux.

The problem

The -p option to split-window was deprecated in tmux version 3.1 in favor of -l ...% (maybe irrelevant). It was broken in 3.4, which I suspect is a bug since they're changing it for 3.5.

luukvbaal commented 3 months ago

https://github.com/jarun/nnn/issues/1812#issuecomment-1950853068