vi for Windows
-
I could Google, but I wanted a valuable opinion, not merely a search engine's opinion, on what the best vi emulator for Windows is. I feel the need to go back to my roots. No more intellisense, or indeed mouse support for me. :-D cheers, Chris Maunder
Chris Maunder wrote: I feel the need to go back to my roots. No more intellisense, or indeed mouse support for me. Luddite !!! Get a horse and carriage also. Start cooking over an open fire. Do all your coding in ASM or machine language via octal toggle input. Ah the good old days. Cassette tape - paper tape - punch cards - using Termcap files. Oh yea that was the time when Men were Men and so were the women. Richard ( THFIC) "Under certain circumstances, profanity provides a relief denied even to prayer --Mark Twain (1835 - 1910)
-
-
wordstar AAARRRGGGGHHHH
-
I could Google, but I wanted a valuable opinion, not merely a search engine's opinion, on what the best vi emulator for Windows is. I feel the need to go back to my roots. No more intellisense, or indeed mouse support for me. :-D cheers, Chris Maunder
-
If you want roots try to find an emulator for TECO. Anyone who is old enough to know it has got a smile on his face now. :):):):confused::):):) _____________________________________ Action without thought is not action Action without emotion is not life
TECO rocked!!! I even ported it to a system based on the Signetics 2650 processor back in the mid 70s - code came in at around 20K which left about 10K for data buffers. I still use the MS-DOS implementation of the EDT editor for much of my code inputting... I just located links for DOS/Windows/Linux versions of Teco Find them here[^] Steve
-
I could Google, but I wanted a valuable opinion, not merely a search engine's opinion, on what the best vi emulator for Windows is. I feel the need to go back to my roots. No more intellisense, or indeed mouse support for me. :-D cheers, Chris Maunder
-
I could Google, but I wanted a valuable opinion, not merely a search engine's opinion, on what the best vi emulator for Windows is. I feel the need to go back to my roots. No more intellisense, or indeed mouse support for me. :-D cheers, Chris Maunder
-
No, it's another sub-system layered on top of the Windows kernel - so if I list my processes, I've got 'cron', 'inetd' etc running, as part of the SFU sub-system. If I start up a ksh window, I can access my Windows file-system as part of the SFU file-system - the root directory of my C drive is /dev/fs/C/. You get pretty much all of the usual Unix utilities and, best of all, it's free! Stuart Dootson 'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
-
I could Google, but I wanted a valuable opinion, not merely a search engine's opinion, on what the best vi emulator for Windows is. I feel the need to go back to my roots. No more intellisense, or indeed mouse support for me. :-D cheers, Chris Maunder
*scratches head* I'm trying to figure out why you want a program called "six"... ;P --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ----
-
Vim, www.vim.org. The best vi everywhere (I don't know where you can't run vim) Most linux systems have vim as their vi
I agree. Vim is probably the best vi in the world. :) -- ...Coca Cola, sometimes war...
-
*scratches head* I'm trying to figure out why you want a program called "six"... ;P --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ----
Only a true computer geek could come up with such a joke. :-D -- ...Coca Cola, sometimes war...
-
Vim, www.vim.org. The best vi everywhere (I don't know where you can't run vim) Most linux systems have vim as their vi
It's what I've been using for many, many years. It's very power and I highly suggest it, too. In fact, that's what I've been using for a lot of my bug fixes where I work, as well as most of my example code I post in the C# and .NET forums for people. Both console mode and graphics mode (gvim) are superb. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles]
-
Chris Maunder wrote: what the best vi emulator for Windows is. Good lord, man, get hold of yourself. "Mommy, what's a modal editor?" "It's a grim relic from the dark times, dear. Before the GUI. Before the Empire..." Friends don't let friends use vi. :) Christopher Duncan Today's Corporate Battle Tactic Unite the Tribes: Ending Turf Wars for Career and Business Success The Career Programmer: Guerilla Tactics for an Imperfect World
That's why there gvim! :rolleyes: Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles]
-
Only a true computer geek could come up with such a joke. :-D -- ...Coca Cola, sometimes war...
-
It's what I've been using for many, many years. It's very power and I highly suggest it, too. In fact, that's what I've been using for a lot of my bug fixes where I work, as well as most of my example code I post in the C# and .NET forums for people. Both console mode and graphics mode (gvim) are superb. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles]
You should install vim at work, and use it and csc.exe only. See if you can freak anybody out. "I don't need no stinking resource editor. vim does it all!" :-D -- ...Coca Cola, sometimes war...
-
You should install vim at work, and use it and csc.exe only. See if you can freak anybody out. "I don't need no stinking resource editor. vim does it all!" :-D -- ...Coca Cola, sometimes war...
Actually, that's what I said I do (depending on the situation) and many people use it internally for quick things. You can even see vim and gvim used from time to time in .NET Show and MSDN TV! Sometimes opening up large solutions just takes too long for quick fixes. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles]
-
l a u r e n wrote: what exactly is that? It's a replacement for the ill-conceived POSIX subsystem that they bundled into NT way back when. The POSIX implementation was hideous so MS went out and bought Interix a few years ago. I have to say, IMHO, that it is exceptionally well integrated with Windows, a pretty much full-blown UNIX environment, and really convenient. I was using it to write scripts that bounced back and forth between SFU and Windows, depending on which environment is most convenient for a particular operation. For example, using grep, sed, and/or awk to create a batch files, then back to Windows to execute them. There's a good newsgroup on the msnet.microsoft.com news server (microsoft.public.servicesforunix.general) that has been very helpful for answering my questions. QRZ? de WAØTTN
-
l a u r e n wrote: what exactly is that? It's a replacement for the ill-conceived POSIX subsystem that they bundled into NT way back when. The POSIX implementation was hideous so MS went out and bought Interix a few years ago. I have to say, IMHO, that it is exceptionally well integrated with Windows, a pretty much full-blown UNIX environment, and really convenient. I was using it to write scripts that bounced back and forth between SFU and Windows, depending on which environment is most convenient for a particular operation. For example, using grep, sed, and/or awk to create a batch files, then back to Windows to execute them. There's a good newsgroup on the msnet.microsoft.com news server (microsoft.public.servicesforunix.general) that has been very helpful for answering my questions. QRZ? de WAØTTN
Does it have SSH support? Also, does it come with libraries to compile other UNIX apps against? I was thinking that I'd prefer to use Bash rather than the shells provided... -- Andrew.
-
I could Google, but I wanted a valuable opinion, not merely a search engine's opinion, on what the best vi emulator for Windows is. I feel the need to go back to my roots. No more intellisense, or indeed mouse support for me. :-D cheers, Chris Maunder
Clickety I like this one because it's vi and it uses Windows shortcuts too (like CTRL+V, etc.). So you get the best of both worlds. Oh, for the others that dis vi, they need to understand something. If you take the time to learn vi you'll wonder why other editors seem so "dumb." :) Jeremy Falcon
-
Does it have SSH support? Also, does it come with libraries to compile other UNIX apps against? I was thinking that I'd prefer to use Bash rather than the shells provided... -- Andrew.
Andrew Peace wrote: Does it have SSH support? I don't know. I don't have it installed on my current machine. But it would be a good question for the newsgroup I quoted above. I was running it a couple of years ago and haven't needed to use it lately, so I didn't install it on the computer that I switched over to a few months ago. Andrew Peace wrote: Also, does it come with libraries to compile other UNIX apps against? It comes with gcc so you should be able to build just about anything. I believe it comes with bash as well as all the other standard shells. As I recall, it comes with all the GNU stuff ready to run. :cool: QRZ? de WAØTTN