cua

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

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 et...

Rebind C-space in Emacs

I've tried various version to no avail: (global-set-key (kbd "C-<space>") 'tempo-complete-tag) (global-set-key [C-space] 'tempo-complete-tag) I'm using CUA mode and running Emacs on Ubuntu, version: GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.0) of 2009-09-27 on crested, modified by Debian When I run tempo-complete-...