From 53856e40330ce3e4abf713fed8f1015adcd79bdb Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 11 Nov 2018 00:31:06 -0700 Subject: ocaml support stuff for zsh and vim integration and utop config --- .lambda-term-inputrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .lambda-term-inputrc (limited to '.lambda-term-inputrc') diff --git a/.lambda-term-inputrc b/.lambda-term-inputrc new file mode 100644 index 0000000..9fefceb --- /dev/null +++ b/.lambda-term-inputrc @@ -0,0 +1,7 @@ +[edit] +C-w: kill-prev-word +C-u: kill-prev-line + +[read-line] +C-p: history-prev +C-n: history-next -- cgit v1.2.3