Last active
November 3, 2019 03:27
-
-
Save camflint/d5ece6e71c8797133ac53174d02cf84d to your computer and use it in GitHub Desktop.
Exa-like nerd icons for filetypes in vifm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Icons for many file types (requires a nerd-font). | |
" Originally started with exa's mappings, then expanded from there. | |
" See: https://github.com/ogham/exa/pull/368/files#diff-1e2dbdd9d95969c1ee1e2d60320de85c | |
set classify=' :dir:/, :exe:, :reg:, :link:,' | |
set classify+=' ::{*.ai}::, ::{*.apple}::, ::{*.avro}::, ::{*.c}::, ::{*.clj}::, ::{*.coffee}::, ::{*.conf}::, ::{*.cpp}::, ::{*.cs,,*.linq}::, ::{*.css}::, ::{*.csv}::, ::{*.d}::, ::{*.dart}::, ::{*.db,,*.mdb}::, ::{*.diff}::, ::{*.doc,,*.docx,,*.pages}::, ::{*.ebook}::, ::{*.env}::, ::{*.enex}::, ::{*.epub}::, ::{*.erl}::, ::{*.font}::, ::{*.gform}::, ::{.gitignore,,.gitmodules}::, ::{*.go}::, ::{*.hs}::, ::{*.html,,*.htm}::, ::{*.iml}::, ::{*.java}::, ::{*.js}::, ::{*.json}::, ::{*.jsx}::, ::{*.less}::, ::{*.log}::, ::{*.lua}::, ::{*.md}::, ::{*.mustache}::, ::{*.npmignore}::,ﳳ ::{*.pem,,*.pub}::, ::{*.pdf}::, ::{*.php}::, ::{*.pl}::, ::{*.ppt}::, ::{*.psd}::, ::{*.py}::, ::{*.r}::, ::{*.rb}::, ::{*.rdb}::, ::{*.rs}::, ::{*.rss}::, ::{*.rubydoc}::, ::{*.sass}::, ::{*.scala}::, ::{*.shell,,*.sh}::, ::{*.sqlite3}::, ::{*.styl}::, ::{*.tex}::, ::{*.twig}::, ::{*.txt}::, ::{*.video,,*.mp4,,*.mpeg,,*.mkv,,*.flv,,*.ogv,,*.ogg,,*.drc,,*.gif,,*.gifv,,*.mng,,*.avi,,*.mts,,*.mt2s,,*.mov,,*.qt,,*.wmv,,*.yuv,,*.rm,,*.rmvb,,*.asf,,*.amv,,*.mp4,,*.m4p,,*.m4v,,*.mpg,,*.mp2,,*.mpeg,,*.m2v,,*.svi,,*.3gp,,*.3g2,,*.mxf,,*.roq,,*.nsv,,*.f4v,,*.f4p,,*.f4a}::, ::{*.vim}::, ::{*.xls,,*.xlsx,,*.numbers}::,謹 ::{*.xml}::, ::{*.yml}::, ::{*.zip}::, ::{*.3gp,,*.aa,,*.aac,,*.aax,,*.act,,*.aiff,,*.alac,,*.amr,,*.ape,,*.au,,*.awb,,*.dct,,*.dss,,*.dvf,,*.flac,,*.gsm,,*.iklax,,*.ivs,,*.m4a,,*.m4b,,*.m4p,,*.mmf,,*.mp3,,*.mpc,,*.msv,,*.nmf,,*.nsf,,*.ogg,,*.oga,,*.mogg,,*.opus,,*.ra,,*.rm,,*.raw,,*.tta,,*.voc,,*.vox,,*.wav,,*.wma,,*.wv,,*.8svx}::, ::{*.jpg,,*.jpeg,,*.exif,,*.tiff,,*.gif,,*.bmp,,*.png,,*.ppm,,*.pgm,,*.pbm,,*.pnm,,*.webp,,*.hdr,,*.bpg,,*.svg,,*.cgm}::' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment