Marco wrote:
Is it possible to open several files in the file explorer? Say I open the
file explorer with :e. and then I want to open 3 files in this directory and 4
in another. Is there a possibility to select these files and to open them all
at once?


Marco
     who admits that he has not read the manual in total and maybe missed the
     relevant part, if so - shame on me


You may use the marked-files support for this:  (:help netrw-mf)

  * mark file(s)  with mf.
* edit marked files : me . This command will bring up the first marked file; however, all the marked files have been added to vim's arglist. * :sba (to get a vertical stack of windows) -or- :vert sba (to get a horizontal list of windows)

Regards,
Chip Campbell

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to