|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Kjell Wooding (kjell
cvs.openbsd.org)
Date: Sat Jun 14 2008 - 03:46:30 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: kjell
cvs.openbsd.org 2008/06/14 02:46:30
Modified files:
usr.bin/mg : funmap.c keymap.c match.c modes.c
Log message:
We do not need a whole MODE for blinking one character.
both emacsen automatically blink, so mg should too. This can be
overridden in your ~/.mg by adding, e.g.
global-set-key ")" self-insert-command
So, I've eliminated blink mode, and renamed "blink-matching-paren-hack"
to "blink-and-insert". It's not just for parens anyway.
While I'm here, set up an empty (rescan) target for backtab, so I can
bind something convenient to it; e.g.
global-set-key "\e[Z" backward-char
Finally, remove all references to Scribd.
Theo doesn't hate this, though I would hesitate to call it an ok.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]