xolox / vim-shell

Improved integration between Vim and its environment (fullscreen, open URL, background command execution)
http://peterodding.com/code/vim/shell/
169 stars 13 forks source link

Open visually selected path / file / url ... #37

Open kraxli opened 5 years ago

kraxli commented 5 years ago

Hi first of all thanks for the great plugin!

I am wondering how I could open a visually selected path / file / url ... with Open (or the underlying function). On Windows I often have a path like "C:\some directory\with a file.docx". So the <F6> / the Open command does not work because of the spaces. I would love to be able to visually select it and to open it with e.g. <F6> (copy and pasting it into the command window with Open works).