diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index cca1ebb..5483da3 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -456,6 +456,14 @@ filextype *.ora \ {Edit in MyPaint} \ mypaint %f, +" tabular data +filextype *.csv + \ {Open with visidata} + \ vd %f, +fileviewer *.csv + \ xsv sample 100 %c | xsv table -c8 -p1 -w1, + " \ {cat %c | sed -e 's/,,/, ,/g' | column -s, -t | less -#5 -N -S; } + " Mindmap filextype *.vym \ {Open with VYM}