Skip to content

Instantly share code, notes, and snippets.

@safiire
Created September 3, 2015 05:30
Show Gist options
  • Save safiire/6ec010a2cbfc8b3c5897 to your computer and use it in GitHub Desktop.
Save safiire/6ec010a2cbfc8b3c5897 to your computer and use it in GitHub Desktop.
A working .csirc file for Scheme readline
(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