summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2022-10-17 18:24:04 +0200
committerMarc Vertes <mvertes@free.fr>2022-10-17 18:24:04 +0200
commit6aa36aad93b61538befff7b8c1454e73b93de8c0 (patch)
treef6ed5534b4d098ba14f3f20cd73a15f389dcba77 /bin
parent6ab619d6c1ab7bd5356898b5f87ea65cf2ca821d (diff)
update
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fv2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fv b/bin/fv
index 5662ed3..1f54bdc 100755
--- a/bin/fv
+++ b/bin/fv
@@ -3,4 +3,4 @@
#exec fzf --multi --preview-window=right:66% --preview 'cat {1}'
exec fzf --ansi --multi --preview-window=right:75% \
--bind=left:preview-page-up --bind=right:preview-page-down \
- --preview 'cat {1}'
+ --preview 'bat --color always {1}'