From f1abf8458f4eb4fb5af95f75ce5cccf9407dd9f6 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Mon, 18 Nov 2013 07:48:06 -0500 Subject: [PATCH] Added ctrl-r back --- source/history.zsh | 1 + 1 file changed, 1 insertion(+) create mode 100644 source/history.zsh diff --git a/source/history.zsh b/source/history.zsh new file mode 100644 index 0000000..02107e1 --- /dev/null +++ b/source/history.zsh @@ -0,0 +1 @@ +bindkey '^r' history-incremental-search-backward