Vim 8.0 Released! (google.com)
Long-time Slashdot reader MrKaos writes: The venerable and essential vim has had it's first major release in 10 years. Lots of new and interesting features including, vim script improvements, JSON support, messages exchange with background processes, a test framework and a bunch of Windows DirectX compatibility improvements. A package manager has been added to handle the ever-growing plug-in library, start-up changes and support for a lot of old platforms has been dropped. Many Vimprovements!
Emacs releases an upgrade and vi has to do the same. Ooh.
Npt using it if it can't play youtube videos.
http://michaelsmith.id.au
23 comments on Emacs and 4 on Vim?
Do you have ESP?
https://xkcd.com/378/
"MS-Windows DirectX support"
Wait, what?
Emacs and VIM got updates. I'm waiting for Microsoft to update Edit.
Its been a pleasure reading your comment and from now on, I'll use your heuristic.
Thanks!
CLI paste? paste.pr0.tips!
* You can't bind different operations to TAB and Ctrl-I because Vim thinks they are the same.
That's because they are the same. I is 0x49, ASCII-wise, Control masks the 6th bit, giving you 0x09 for Control-I, which happens to be HT (horizontal tab).
* Can't bind Ctrl-1 through Ctrl-9
That's because there are no corresponding control characters. You have Control-@ through Control-_ and the 30 others inbetween.
CLI paste? paste.pr0.tips!
Also, you don't ever say "hi's", or "her's" when using those possessives. "Its" follows the same logic.
Please stand clear of the doors, por favor mantenganse alejado de las puertas
I'm not an emacs user, but it's not because I have anything against emacs, it's because vi is already on everything.
I started out using vi because it was installed. Most of the production systems I've been charged with handling don't have emacs, but they do have vi. If I'm lucky they have vim. I can usually push and manage to get something installed, but typically I don't want to do that. Typically I just want to work on whatever needs changed or fixed.
What I look for in a text editor: Is it installed? Can I do what I need to do with it?
That's about it.
Maybe give Neovim a look then.