|
|
Subscribe / Log in / New account

The Atom code editor turns 1.0

The Atom code editor turns 1.0

Posted Jul 9, 2015 18:09 UTC (Thu) by sramkrishna (guest, #72628)
Parent article: The Atom code editor turns 1.0

GNOME Builder has a lot of these features, and it supports VIM and Emacs bindings. The author loves vim and didn't want to sacrifice that while writing an IDE. Git integration is happening, as well as debugging and various other things. I encourage you to check it out if you're interested in not just an editor but an entire IDE for the UNIX geek.

https://wiki.gnome.org/Apps/Builder

https://www.indiegogo.com/projects/builder-an-ide-of-our-...

https://wiki.gnome.org/Apps/Builder/Features

If you have a mind, come join us and help out!


to post comments

The Atom code editor turns 1.0

Posted Jul 10, 2015 4:00 UTC (Fri) by mathstuf (subscriber, #69389) [Link] (2 responses)

Is it Vim binding or vi-like bindings? Basically, does 'vipgq' (visually select the current paragraph and word wrap it to the current textwidth) work without being a special function?

The Atom code editor turns 1.0

Posted Jul 10, 2015 5:13 UTC (Fri) by sramkrishna (guest, #72628) [Link] (1 responses)

It's sort of both. For instance, if you do a :wq or something like that it does work. So it does have that modal model where you can go from one to the other. What is impressive is that the bindings was done in CSS.

The Atom code editor turns 1.0

Posted Jul 10, 2015 18:10 UTC (Fri) by mathstuf (subscriber, #69389) [Link]

Well, `:wq` is an obvious one. What I mean is whether they have "bindings for vi keys" or if they have the actual verb/noun separation which is where the actual power of Vim comes from.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds