Re: 3 questions
Cream is a free, easy-to-use configuration of the Vim text editor
Brought to you by:
digitect
|
From: Steve H. <dig...@mi...> - 2003-11-21 15:33:49
|
From: fra...@be..., Nov 21, 2003 9:45 AM >=20 > I=E2=80=99m working with asp at work and python on linux at home, and at > work we are edting file via a share drive of our server and cream is > very slow to read the page it looks like crem does not make a local > copy of the files. To be honest, I'm not exactly sure how Vim does this either. You can read ":help network" for more information, although I'd think any hard save would still have to go back to the share. This is a Windows client/network? Are other editors (notepad) faster? > Is there a way that I cant buffer the file locally without having to > recopy it each time I want to refresh my web page. Is the page being served by the server, or are you just viewing it as a local file set? (http:// v. file://) I usually write some scripts/batch files to automate updating a remote site. You can actually do this with Vim script, and make it as a custom add-on so you can map an F12 key combination to it. If you're having speed problems, I'd suggest creating a local cache of the files, and use script to sync between the two. > My other question is there a way that the three explorer have more > then the current drive listed, I want to see all of my shares drives > from my server in it. Hmm... I can't seem to figure out a way to do this either.=20 The file tree/explorer is a feature we've wanted to improve for a long while, but just haven't found the time to do yet. Making a completely new one has been on the ToDo for ages. Perhaps you can motivate me to work on it. ;) > And may last question is there a way that I have kind of tabs > between files , because I found if long to pass through the menu > just for switching files. Alt+W will pop open the window menu for a list of the files currently open. You can then use your mouse or type a number to select. You can also use Ctrl+Tab and Ctrl+Shift+Tab to page back and forth through the currently open files. I usually do this if I have only two files open, otherwise, I can't ever remember what my position is in the list. > Thanks, yes I=E2=80=99m a newbie so maybe I just cant figure how to do al= l > those things that are probably already built-in and I cant find it > on the reference manual We're *all* Vim newbies. Hopefully, Cream makes it a little easier, but there's only so much we can do. :)) --=20 Steve Hall [ dig...@mi... ] Cream... the Vim text editor in sheep's clothing! http://cream.sourceforge.net |