On 18 fév, 21:38, Tim Chase <[email protected]> wrote: > > I have 10 files to open. > > Each file contain less than 5 lines so I would like to open the 10 > > files into horizontal split window. > > You have several options: > > If you're starting Vim, you can use the -o option > > vim -o *.txt > > If you've already got Vim open, you can use > > :all > > or > > :vert all > > to open them all in horizontal or vertical windows. You can read > up at > > :help -o > :help :all > > -tim
Thank you Gary and Tim for all !! -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
