Hello, 2008/10/24 Wu Bingzheng <[EMAIL PROTECTED]>
> > Thanks very much. > > > > > > 1. winmanager > > > > You could map something to the :Sexplore command, which splits the > > window and explores the directory of the current file. > > > > > It works. But I also want that: there are 2 window, one is main, > another is explorer. If i press Enter at explore window, the file at > the curse will be opened at the main window. Maybe this is too > complex. > > I saw this somewhere: > > let g:winManagerWindowLayout='FileExplorer|TagList' > nmap wm :WMToggle<cr> > WMToggle is a function of winmanger plugin. You should install this before trying to map it. For the installation and usage, see: http://www.vim.org/scripts/script.php?script_id=95 > > but on typing wm, my vim says: not editor command: WMToggle. > > > > > > 2. copy and paste > > > > You may not have clipboard support compiled in. Look at the output > > of :version. There should be: > > > > +clipboard > > +xterm_clipboard > > > > If not, you'll need to obtain or compile a Vim with clipboard support. > > > > > My vim dosen't have clipboard :( > > > > > > 3. The title of window > > > > I usually use gvim in Windows, so I'm not sure about this, but try > > reading up on :help 'title' > > I add 'set title' on vimrc, then it works! > > Thanks > Wu > > > -- Adam Jiang ------------------------------------------ e-mail:[EMAIL PROTECTED] <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
