a console code editor with CUA (ctrl-x ctrl-v ...) key bindings (unlike vi)

Posted by clyfe on Stack Overflow See other posts from Stack Overflow or by clyfe
Published on 2010-03-07T19:33:06Z Indexed on 2010/03/31 8:13 UTC
Read the original article Hit count: 209

Filed under:
|
|
|

I'm searching for a console code editor with CUA key bindings (ctrl-x c v etc.)
Right now i'm toying mcedit but i don't really like it. My desired features are:
* be fast
* CUA key bindings (ctrl-x c v etc.)
* toggle show line numbers
* find/replace/goto line
* bind custom keys to action( ctrl-shift-arrowdown to double the curent line etc.)
* nice simple vi-like interface (no pointless menus)
* be able to programatically extend it ...
etc.

© Stack Overflow or respective owner

Related posts about editor

Related posts about cua