- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 782
 
Open
Labels
Description
Environment details
- Operating System: Linux Mint 22.2 x86_64
 - Desktop Environment: Cinnamon 6.4.8
 - Terminal Emulator: Terminator 2.1.3
 - Shell: fish 3.7.0
 - Custom desktop opener (if applicable):
 - Program options used: tmux new-session nnn -deH -P p (via ls alias)
 - Configuration options set:
 
alias cat "bat -pP"
alias ls "tmux new-session nnn -deH -P p"
set -x VISUAL vi                                                                                                                                  
set -x EDITOR nano                                                                                                                                
set -x NNN_ICONLOOKUP 1                                                                                                                           
set -x BLK "03"; set -x CHR "03"; set -x DIR "04"; set -x EXE "02"; set -x REG "07"; set -x HARDLINK "05"; set -x SYMLINK "05"; set -x MISSING "08"; set -x ORPHAN "01"; set -x FIFO "06"; set -x SOCK "03"; set -x UNKNOWN "01"                                                                    
set -x NNN_COLORS "#04020301;4231"                                                                                                                
set -x NNN_FCOLORS "$BLK$CHR$DIR$EXE$REG$HARDLINK$SYMLINK$MISSING$ORPHAN$FIFO$SOCK$UNKNOWN"                                                       
set -x NNN_FIFO '/tmp/nnn.fifo'                                                                                                                   
set -x NNN_PLUG 'p:preview-tui;h:fzhist;x:togglex;c:fzcd;'                                                                                        
set -x NNN_PREVIEWIMGPROG viu                                                                                                                     
set -x NNN_PREVIEWVIDEO mpv
- Plugins are installed
 -  Issue exists on 
nnnmaster 
Navigate to the bin directory and the preview pane shows ls: write error: Broken pipe.
