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> 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 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
