vifm: Switch to tidy-viewer for csv preview
This commit is contained in:
parent
ad90cdce30
commit
73ae033139
1 changed files with 2 additions and 1 deletions
|
@ -469,7 +469,8 @@ filextype *.csv
|
|||
\ {Open with visidata}
|
||||
\ vd %f,
|
||||
fileviewer *.csv
|
||||
\ xsv sample 100 %c | xsv table -c8 -p1 -w1,
|
||||
\ tidy-viewer
|
||||
" \ xsv sample 100 %c | xsv table -c8 -p1 -w1,
|
||||
" \ {cat %c | sed -e 's/,,/, ,/g' | column -s, -t | less -#5 -N -S; }
|
||||
|
||||
" Mindmap
|
||||
|
|
Loading…
Reference in a new issue