add a C-c target, so we can use it as a prefix for keybindings.
authorkjell <kjell@openbsd.org>
Wed, 27 Aug 2008 04:11:52 +0000 (04:11 +0000)
committerkjell <kjell@openbsd.org>
Wed, 27 Aug 2008 04:11:52 +0000 (04:11 +0000)
commit04585db0fcf798e27709487f2810fc2ff78f1520
tree48274b38dc73d152660e09904a2a973cb7e7f063
parent1566caa282c79f026801c1e4411b1c88a000ce8e
add a C-c target, so we can use it as a prefix for keybindings.
Now you can do something like:
  global-set-key "\^c\^c" compile
in your ~/.mg
usr.bin/mg/keymap.c