|
|
|
|
|
by rplst8
3713 days ago
|
|
For 99% of the coding I do, I use an IDE which is usually Eclipse. Though I like IntelliJ more, I just don't have the resources to pay for it where I work. That said, I do drop to vim for many things, mostly editing conf and properties files, stuff where the advantages of an IDE don't really play. However, I've felt for a long time that most modern GUI based applications and windowing systems lack a truly comprehensive and slick way to navigate using the keyboard. And let's face it, that's what "power users" like about vim and the command line in general. There are lots of keyboard short cuts for Eclipse, Visual Studio, and pretty much most popular GUI applications - the shortcuts just suck or are poorly documented - or both. I find navigating with a mouse or trackpad to be cumbersome, slow, and inexact. A well though out keyboard based UI would be a welcome addition. |
|