Change Edwin's default key bindings to match vi conventions.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 1 Apr 2011 15:05:28 +0000 (15:05 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 1 Apr 2011 15:05:28 +0000 (15:05 +0000)
All the world is Unix (except for the small irrelevant part in
Redmond that's VMS), so this should improve Edwin's widespread
adoption.

src/edwin/modefs.scm

index 87b9999454b7b74376bdfc4a5a366e10b799a136..94b14658009ee94a2a6819cf141635dee89ad888 100644 (file)
@@ -76,6 +76,8 @@ Like Fundamental mode, but no self-inserting characters.")
        (ref-mode-object read-only)
        (ref-mode-object read-only-noarg)))
 \f
+;;; 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)