Explorar el Código

Update preview-tui (#674)

Co-authored-by: akimdi <akimdi@users.noreply.github.com>
master
lvgx GitHub hace 4 años
padre
commit
53bbcbc223
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      plugins/preview-tui

+ 1
- 1
plugins/preview-tui Ver fichero

@@ -173,7 +173,7 @@ preview_file () {
fifo_pager man -Pcat -l "$1"
else
if exists bat; then
fifo_pager bat --paging=never --decorations=always --color=always \
fifo_pager bat --terminal-width="$cols" --paging=never --decorations=always --color=always \
"$1" 2>/dev/null
else
$PAGER "$1" &


Cargando…
Cancelar
Guardar