Weblog entry #109 for Steve
Run bash, type "C-x C-v", (that is Ctrl+x, then Ctrl+v), fun huh?
I typed this with a shell as the focus, rather than the Emacs window I was expecting.
I'm sure it is documented somewhere, but I've not seen it before.
Comments on this Entry
[ Send Message | View dkg's Scratchpad | View Weblogs ]
[ Parent | Reply to this comment ]
[ Parent | Reply to this comment ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
Set the environmental variable 'EDITOR' to use a different one:
steve@skx2:~$ export EDITOR=/usr/bin/vim ^x^e -> runs vim.
[ Parent | Reply to this comment ]