lotabout / skim

Fuzzy Finder in rust!
MIT License
5.1k stars 183 forks source link

support : in filenames #508

Open agroszer opened 1 year ago

agroszer commented 1 year ago

Hi,

Is there any chance to support : in filenames? Having a bunch of files like form:blabla.ini . Field matching chokes on that, because of the : in the filename. execute-silent also chokes (for me) with

--bind 'ctrl-l:execute-silent(/opt/sublime_text/sublime_text {..2}),f3:execute-silent(/opt/sublime_text/sublime_text {..2}),f4:execute(komodo {1}#{2})'

Do I miss something?