Created
September 3, 2015 05:30
-
-
Save safiire/6ec010a2cbfc8b3c5897 to your computer and use it in GitHub Desktop.
A working .csirc file for Scheme readline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(use readline) | |
(current-input-port (make-readline-port)) | |
(install-history-file #f ".csi.history") | |
(parse-and-bind "set editing-mode vi") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment