1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-09 18:54:47 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
7665b17e28 vifm: correctly open aac in vifm as audio 2026-01-29 08:39:26 +01:00
562a728b67 nvim: use carbon and not silicon for .vpr files 2026-01-29 08:33:07 +01:00
049785b3d7 nvim: updated dictionaries 2026-01-29 08:32:32 +01:00
4 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ Artifacts
Bonitur Bonitur
Crowd-Interaction Crowd-Interaction
Destruction Destruction
Dictation
Entlebucher Sennenhund Entlebucher Sennenhund
Französischvokabeln Französischvokabeln
Gym Gym
@@ -29,6 +30,7 @@ SPM-Gruppe
Slam Slam
Slammern Slammern
Slams Slams
Speech-to-Text
Torrenting Torrenting
Uni-Theater Uni-Theater
Unitheater Unitheater

View File

@@ -33,6 +33,7 @@ Gump
Guttersnipe Guttersnipe
Habenhausen Habenhausen
Hailo Hailo
Hellmers
Higgers Higgers
IFAM IFAM
IFAMs IFAMs
@@ -61,6 +62,7 @@ Pluribus
PopOS PopOS
Precon Precon
Precons Precons
Ruschenbaum
Severance Severance
Shinies Shinies
Shiny Shiny

View File

@@ -223,7 +223,7 @@ filextype *.svg
\ inkview %f, \ inkview %f,
" Audio " Audio
filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus,*.aac
\ {Play using mpv} \ {Play using mpv}
\ mpv %c, \ mpv %c,
\ {Play using ffplay} \ {Play using ffplay}
@@ -438,9 +438,9 @@ set classify+=' ::../::, ::*.sh::, ::*.[hc]pp::, ::*.[hc]::,
" archives " archives
set classify+=' ::*.7z,,*.ace,,*.arj,,*.bz2,,*.cpio,,*.deb,,*.dz,,*.gz,,*.jar,,*.lzh,,*.lzma,,*.rar,,*.rpm,,*.rz,,*.tar,,*.taz,,*.tb2,,*.tbz,,*.tbz2,,*.tgz,,*.tlz,,*.trz,,*.txz,,*.tz,,*.tz2,,*.xz,,*.z,,*.zip,,*.zoo::' set classify+=' ::*.7z,,*.ace,,*.arj,,*.bz2,,*.cpio,,*.deb,,*.dz,,*.gz,,*.jar,,*.lzh,,*.lzma,,*.rar,,*.rpm,,*.rz,,*.tar,,*.taz,,*.tb2,,*.tbz,,*.tbz2,,*.tgz,,*.tlz,,*.trz,,*.txz,,*.tz,,*.tz2,,*.xz,,*.z,,*.zip,,*.zoo::'
" images " images
set classify+=' ::*.bmp,,*.gif,,*.jpeg,,*.jpg,,*.ico,,*.png,,*.ppm,,*.svg,,*.svgz,,*.tga,,*.tif,,*.tiff,,*.xbm,,*.xcf,,*.xpm,,*.xspf,,*.xwd::' set classify+=' ::*.bmp,,*.gif,,*.jpeg,,*.jpg,,*.ico,,*.png,,*.ppm,,*.svg,,*.svgz,,*.tga,,*.tif,,*.tiff,,*.xbm,,*.xcf,,*.xpm,,*.xspf,,*.xwd,,*.webp::'
" audio " audio
set classify+=' ::*.aac,,*.anx,,*.asf,,*.au,,*.axa,,*.flac,,*.m2a,,*.m4a,,*.mid,,*.midi,,*.mp3,,*.mpc,,*.oga,,*.ogg,,*.ogx,,*.ra,,*.ram,,*.rm,,*.spx,,*.wav,,*.wma,,*.ac3::' set classify+=' ::*.aac,,*.anx,,*.asf,,*.au,,*.axa,,*.flac,,*.m2a,,*.m4a,,*.mid,,*.midi,,*.mp3,,*.mpc,,*.oga,,*.ogg,,*.ogx,,*.ra,,*.ram,,*.rm,,*.spx,,*.wav,,*.wma,,*.ac3,,*.opus,,*.aac::'
" media " media
set classify+=' ::*.avi,,*.ts,,*.axv,,*.divx,,*.m2v,,*.m4p,,*.m4v,,.mka,,*.mkv,,*.mov,,*.mp4,,*.flv,,*.mp4v,,*.mpeg,,*.mpg,,*.nuv,,*.ogv,,*.pbm,,*.pgm,,*.qt,,*.vob,,*.wmv,,*.xvid::' set classify+=' ::*.avi,,*.ts,,*.axv,,*.divx,,*.m2v,,*.m4p,,*.m4v,,.mka,,*.mkv,,*.mov,,*.mp4,,*.flv,,*.mp4v,,*.mpeg,,*.mpg,,*.nuv,,*.ogv,,*.pbm,,*.pgm,,*.qt,,*.vob,,*.wmv,,*.xvid::'
" office files " office files

View File

@@ -10,7 +10,7 @@ file=$(readlink -f "$1")
dir=$(dirname "$file") dir=$(dirname "$file")
base="${file%.*}" base="${file%.*}"
basenodir="${1%.*}" basenodir="${1%.*}"
vipercmd="silicon" #"carbon" vipercmd="carbon" #"silicon"
cd "$dir" || exit cd "$dir" || exit