1

Re: OMFG!!! THANX!!!

Hi,

I just found ViEmu this evening and installed the demo -- thankyouthankyouthankyouthankyouthankyou -- i think this may just save my sanity smile

Only issue I've run across that I use pretty regularily is :n and :N (to jump to the next or previous file in your edit list). 

Again -- thanx so very much -- I can finally ditch my deprecated codewright and can work in this otherwise pretty-cool IDE without having to always feel like I'm working in Notepad!  Grown-up editing in the IDE -- whoohoo! </geekoff>

2

Re: OMFG!!! THANX!!!

Thanks to you! I'm glad you are enjoying it. There are :bn and :bp to go to the next/previous buffer in the open buffer list, would that be the same functionality you miss for :n and :N? If so, I'll just add these aliases to the commands. I've seen that vim implements that as cycling through the argument list, but since there isn't one in ViEmu or VS, I think :bn/:bp could fit that bill.

Best regards,

  Jon

3

Re: OMFG!!! THANX!!!

I can probably get used to :bn, :bp smile

4

Re: OMFG!!! THANX!!!

oh -- found another reference to it -- vi man page, under:

http://www.cse.msu.edu/cgi-bin/man2html?vi?1?/usr/man

:nCR     edit next file in arglist

:n args CR     specify new arglist

Doesn't mention :N, so I'd doublecheck that if you decide to add these (i've been using codewright for so long now that i could be confused)

5

Re: OMFG!!! THANX!!!

It's ok, I'll add them to the next build, in the next few days. Adding a couple of ex synonims is very simple.

Have a good weekend,

  Jon

6

Re: OMFG!!! THANX!!!

I have added these commands, as :bn and :bp synonims, in 2.1.4:

  http://forums.ngedit.com/viewtopic.php?id=182

Regards,

  Jon