I would like to search for a file with helm-find-files
and then open this file externally with my default system browser (Chrome). The command helm-ff-run-open-file-externally
, invoked with C-c C-x
, prompts me for an option. But none of the candidates look like the name of my browser. Am I missing the right candidate, or am I using the wrong command?
For context: the file I am trying to open is a .gdoc file, i.e. a reference to an external Google Doc. In Dired, I can open it by invoking browse-url-of-dired-file
.