vim != notepad
Posted: Sun Aug 07, 2005 6:20 pm
Hey guys,
I just wanted to comment on the last show you did with the guest (his name escapes me atm). When Linc said that he used vi because it was just a text editor, I think that could create some confusion among those looking at text editors to use.
Now, I haven't really tried EMACS too much, but vi is by no means the poor cousin. If you leaf through this book:
http://ivan.tubert.org/doc/vimbook.pdf
you will get an idea of just how powerful vi can be. About three weeks ago I took it upon myself to stop using the arrow keys for navigating a text file, and using HJKL instead, and let me tell you, I can edit files much faster. Now I am trying to use all the tips in the aforesaid book to increase my productivity.
Anyway, I'm sure you know about all this Linc, this is just more for anyone new to linux that is looking at an editor to use.
PS: I now have xinerama running on my home machine with two monitors, and I have a session that I reference with "source session.vim;" this session does some really cool things:
1)expand the main window to both monitors
2)make one main editing window on the left screen
3)make one secondary editing window on the right screen, with two file explorers on the right of that
4)load up the file explorers with whatever directory I happen to be hacking on
The file explorers are tied to whatever "window" is active in vim, so it makes it way easier than opening up a terminal, finding what you want to edit, then executing gvim.
I just wanted to comment on the last show you did with the guest (his name escapes me atm). When Linc said that he used vi because it was just a text editor, I think that could create some confusion among those looking at text editors to use.
Now, I haven't really tried EMACS too much, but vi is by no means the poor cousin. If you leaf through this book:
http://ivan.tubert.org/doc/vimbook.pdf
you will get an idea of just how powerful vi can be. About three weeks ago I took it upon myself to stop using the arrow keys for navigating a text file, and using HJKL instead, and let me tell you, I can edit files much faster. Now I am trying to use all the tips in the aforesaid book to increase my productivity.
Anyway, I'm sure you know about all this Linc, this is just more for anyone new to linux that is looking at an editor to use.
PS: I now have xinerama running on my home machine with two monitors, and I have a session that I reference with "source session.vim;" this session does some really cool things:
1)expand the main window to both monitors
2)make one main editing window on the left screen
3)make one secondary editing window on the right screen, with two file explorers on the right of that
4)load up the file explorers with whatever directory I happen to be hacking on
The file explorers are tied to whatever "window" is active in vim, so it makes it way easier than opening up a terminal, finding what you want to edit, then executing gvim.