mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Preview-tui add -C to NNN_PAGER
This makes it so that when the paged text is fewer lines than the preview pane, it is placed at the top instead of at the bottom
This commit is contained in:
parent
fb6e7403cf
commit
05990dc9e5
|
@ -99,7 +99,7 @@ ENVVARS=(
|
|||
"NNN_SCOPE=${NNN_SCOPE:-0}"
|
||||
"NNN_PISTOL=${NNN_PISTOL:-0}"
|
||||
"NNN_ICONLOOKUP=${NNN_ICONLOOKUP:-0}"
|
||||
"NNN_PAGER=${NNN_PAGER:-less -P?n -R}"
|
||||
"NNN_PAGER=${NNN_PAGER:-less -P?n -R -C}"
|
||||
"NNN_BATTHEME=${NNN_BATTHEME:-ansi}"
|
||||
"NNN_BATSTYLE=${NNN_BATSTYLE:-numbers}"
|
||||
"NNN_PREVIEWWIDTH=${NNN_PREVIEWWIDTH:-1920}"
|
||||
|
|
Loading…
Reference in a new issue