-
|
When I use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
It's because your
Check what the value of |
Beta Was this translation helpful? Give feedback.
-
|
Ah yes thank you that is very much the case. Is there a way to change how nnn invokes pager without changing the default? I guess one way to solve it is to write a wrapper script for |
Beta Was this translation helpful? Give feedback.
It's because your
$PAGERis exiting when the file is too small. If you're usinglessthen remove-Ffrom your$LESSvariable.Check what the value of
$PAGERand$LESSare under both shells. They are likely not the same, and hence the difference in behavior.