yes @xaizek it can simplify, I understand how "Tr" works now. it's nice
I realized during a test that if I have two sanitizing functions like
command! sanitize0 :tr/ ?<>\\,:*|"'⧸:/_____________/|s/_{2,}/_/g
command! sanitize1 :s/É/E/g
and I use the second one - after restarting VIFM - to rename the file
Émile.txt
I have the error
Ambiguous use of user-defined command
with other name
command! sanitizeA :tr/ ?<>\\,:*|"'⧸:/_____________/|s/_{2,}/_/g
command! sanitizeB :s/É/E/g
I was able to rename Émile.txt to Emile.txt