On Dec 28, 10:19 pm, vicky b <[email protected]> wrote: > Hi all, > > I want to use browse command when i use in GVim when i hit :browse e it > opens up the filw browser box what is equivalent in console vim or can it > open in a tab list of files in current directory. >
Use the netrw file browser plugin distributed with the official Vim runtime. Explore in the current window with the :Explore command Explore in a new split window with the :Sexplore command Explore in a new tab with the :Texplore command -- 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
