mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
Merge pull request #1586 from luukvbaal/preview-tui
Preview-tui restore current working directory
This commit is contained in:
commit
9357825b34
|
@ -344,6 +344,7 @@ preview_file() {
|
|||
else
|
||||
fifo_pager ls -F --group-directories-first --color=always
|
||||
fi
|
||||
cd ..
|
||||
elif [ "${encoding#*)}" = "binary" ]; then
|
||||
handle_mime "$1" "$mimetype" "$ext" "bin"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue