Posts

Showing posts with the label Vi

Yahoo! Mail Beta...

Image
Surprise in the morning. My yahoo toolbar said I have got 9 unread messages so I asked it to show them to me. And surprise, the Yahoo! Mail Beta (YMB) invite was there and I immediately logged in. The interface is ok, unlike google, Yahoo! believes in stuffing your webpage with as many things as possible including jazzy ads. That's one major reason why I prefer google anyday. Coming back to YMB, the effort has been to make it look more like your desktop mail client (I know a few - Outlook (daily), Netscape (my first), Thunderbird, Evolution). But then my internet connection speed is not fast enough and that hinders the experience because if its a desktop like mail interface you would want it to be as fast. Intranet based applications will show no timelag but for internet based thing the time lag will be there even though we have a few (45 I guess) Mbps internet connectivity at work place. Unlike desktop clients this one integrates RSS Reader by default, for Outlook you need to inst...

GVim

Recently started using Vim on Windows. I like Textpad very much mainly because of support for regular expressions. They have made lot of improvements in vim now, or probably I noticed now, I know that Vim was as good on UNIX already. You get features of both windows like editors - textpad/notepad etc. (don't frown at me, notepad is simple and meets the purpose in general) - and the UNIX like editor "vi". You can use both "k" or "up arrow key" to go up, to save you can do "Ctrl S" or "Esc->:w" and so on. Plus you get better search facilities of vi editor, you can do things much faster without using mouse etc. But using vi in windows creates problem, the moment I open an xls or word doc (can't live without them, you geeks!) I type j,k,l,h when I want to go down,up,right,left etc. But seriously, I am loving using vi on windows very much. Keeps me in touch always. ~mks