Vim 6.3 Released
file cabinet (Bram Moolenaar) writes "It has been a year since version 6.2. During that year many bugs were fixed and a few new features added. The support for multiple languages has been improved. It is now possible to use translated help files. A lot of testing has been done and all reported problems have been solved. This is the most stable Vim release ever! Release notes can be found in the announcement. Or do ":help version-6.3" after installing. Happy Vimming!"
Vim is great. I used to use Emacs and vi equally: Emacs for programming and other important stuff, vi for editing config files. Then I discovered Vim, and have not used Emacs in a LONG time.
The only thing I didn't like about Vim is the odd (to me) language you extend it with. But I just discovered you can use Ruby, Perl, etc., instead, so once I figure that out I bet I can get uninstall Emacs completely.
And now I see on the site that Bram is accepting sponsorships.. considering how many $$ I make using Vim to do my work, I will gladly send him a few (hundred) euros for his trouble!
I installed this last week and was quite happy to see that the p-bug in windows is now fixed! Basically, if you had text selected and started to type a letter p, a paste would ensue rather than typing the letter p.
I had the opposite experience. Two years later I'm still finding new functionality in GNU Emacs.
Expert in software patents or patent law? Contribute to the ESP wiki!
"Happy Vimming!"
Am I the only one who thinks this sounds insanely dirty?!
More crap subverting the beauty that was vim 5.8. I hate the way the latest versions of vim require all sorts of weird vimrc magic just to stop files coming out in unreadable multicolor, with broken magic auto-indent. Vim 6 is almost as bad as MS Word for generally getting in my way. Vim crashes less though...
It has been a year since version 6.2. /. now :)
It has been almost 2 weeks since 6.3 was released and we get an entry in Announcements on
vim, for the quick editor it is, doesn't deserve this delay.
If you check the wishlist for 7.0 you would be surprised to observe that support for embedding vim in another gui program is right up in the top slots with *none* voting against it.
It's good to see people actually agreeing upon something good
Did you know that 'vim' is a household name in India and its sales amount to more than Rs. 2500 millions!?! That vim here is a dishwashing bar to help ppl get away from "KitchenSink" faster is a different matter.
...are available here.
:wq.
To close, let me just say this....
The Army reading list
I am sorry. I truly am...
I come from the school of thought that a piece of software should do one thing well, and vim fit the bill. It let me edit programs fast. When I was dialing up over modem, vim seemed fast. In recent years I was somewhat annoyed by the incremental search with automatic highlighting being on by default, but I feel overall that my experience with vim has been an extremely productive one.
Setting up options with vim is very easy, where it seems that you have to carry around a configuration file every where you go to get the emacs you are used to.
I must admit that I am addicted to windows-style shortcuts in text editors (shift + arrows to select, ctrl+c to copy, ctrl-v to paste, ctrl + arrows to skip a word, ctrl + shift + arrows to select while skipping, home to go to the beginning of the line (to the first letter after the whitespace at first, then to the beginning of the line), end to go to the end of the line, shift+home to select to the beginning, shift + end to select to the end).
:) Besides, the world hardly needs Yet Another Text Editor :)
Does someone please know of some module for Vim and/or Emacs that makes use of these shortcuts? I am too retarded to learn the two editing modes of Vim or to learn the Emacs-specific shortcuts, then write an extension module for my "favourite" shortcuts.
That is, because I participated in the writing of a text editor (in fact, we took some public domain component as a basis). Then I started an editor from scratch (in C++), and have many things (an AVL Tree used as a random-access array) for the document, a line structure that uses a linked list of small chunks of chars with a gap in the middle, even a java highlighter. But I do not have the time to work on this (work at the company, the university, etc.). So it would be nice to find some module for Emacs that turns it into something am I already quite familiar with, any help would be appreciated!
I sure picked a great time to switch to Emacs.
;)
Oh well, at least I'm enjoying Emacs
Does someone please know of some module for Vim and/or Emacs that makes use of these shortcuts?
I would sincerely suggest not to look out for such a module. Please try the vim equivalents for a day and you'd never have to run around your hands all over the keyboard. You wouldn't call them shortcuts once you get used to vim.
'v' for visual mode, then just move around with i,j,k,l *in* selection mode without straining your pinky holding the shift button all the while
then 'y' to copy
and anywhere you need to paste 'p'
That would be atleast 100 times good for your fingers than moving your hands to get to the arrow keys while holding the shift key
'e', 'w', 'b', '^', '0' are the other *real* shortcuts
I have been using vi for almost 20 years, and I also /strongly/ dislike vim's multicolor and auto-indent
.c or .cpp programs, the
/ME/ decide how indent!!
/usr/share/vim/vim61/macros/vimrc settings /override/ .vimrc!! Why the hell don't the end-user's desired
features.
My preferred visual setup is white text on black bg.
If I try to use vim to edit
comments appear in almost-unreadable dark blue; and
all the string and numeric literals are deep dark red.
And the cindent mode is downright infuriating to me.
Bad editor! Leave text alone!
Why don't I fix these by setting nocindent, etc. in my
$HOME/.vimrc ? Because I already tried, and it won't
let me ; the
(which I don't have authority to edit on most of our
shared and frequently reinstalled machines)
my
settings take precedence over some shared default file?!
Arrrgh!
Until/unless this changes in some future version, vim is
near-useless to me (despite its nifty-looking features),
and I must resort to a stashed copy of 'old' vi.
>;k
Expert in software patents or patent law? Contribute to the ESP wiki!