Dodo wrote: > I must apolagize with vim and with you all: I didn't know about the ":e ." > option! > > This works great as well!!! > Perhaps I'm gonna discover that vim can even predict the future! ;-) > > Thanx! > > Dodo > OK! I thought that perhaps you wanted something that netrw wasn't providing. You'll want to read :help netrw-quickmaps to get an overview of what netrw can do.
Netrw comes up in "thin" style by default (hobgoblins of past compatibility, I'm afraid). I myself use wide style, and many use tree style. Press "i" to switch between them, and put :let g:netrw_liststyle=... in your .vimrc to make your choice your default (see :help g:netrw_liststyle). Regards, Chip Campbell -- -- You received this message from the "vim_mac" 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 --- You received this message because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
