From: Taylor R Campbell Date: Fri, 1 Apr 2011 15:05:28 +0000 (+0000) Subject: Change Edwin's default key bindings to match vi conventions. X-Git-Tag: 20110426-Gtk~2^2~24 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0a44dceba7e89c90904445285262c39cf999d7e6;p=mit-scheme.git Change Edwin's default key bindings to match vi conventions. All the world is Unix (except for the small irrelevant part in Redmond that's VMS), so this should improve Edwin's widespread adoption. --- diff --git a/src/edwin/modefs.scm b/src/edwin/modefs.scm index 87b999945..94b146580 100644 --- a/src/edwin/modefs.scm +++ b/src/edwin/modefs.scm @@ -76,6 +76,8 @@ Like Fundamental mode, but no self-inserting characters.") (ref-mode-object read-only) (ref-mode-object read-only-noarg))) +;;; Actually porting viper-mode left as an exercise for the reader... + (define-key 'fundamental #\c-space 'set-mark-command) (define-key 'fundamental #\c-% 'replace-string) (define-key 'fundamental #\c-- 'negative-argument)