projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
081ac9e
)
Change Edwin's default key bindings to match vi conventions.
author
Taylor R Campbell
<campbell@mumble.net>
Fri, 1 Apr 2011 15:05:28 +0000
(15:05 +0000)
committer
Taylor 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
patch
|
blob
|
history
diff --git
a/src/edwin/modefs.scm
b/src/edwin/modefs.scm
index 87b9999454b7b74376bdfc4a5a366e10b799a136..94b14658009ee94a2a6819cf141635dee89ad888 100644
(file)
--- 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)))
\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)