summaryrefslogtreecommitdiffstats
path: root/zshcomplete
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2017-11-09 11:55:33 -0800
committerJesse Luehrs <doy@tozt.net>2017-11-09 11:57:24 -0800
commitd4bc861bdc79ad7f07cf87109d0fd380e241d8e3 (patch)
treea80dfd2fb8ae4645843fcbeb326fcdd8b6781525 /zshcomplete
parentdb4b016d28792a1499b3e50f2b31a2f956b536fd (diff)
downloadconf-d4bc861bdc79ad7f07cf87109d0fd380e241d8e3.tar.gz
conf-d4bc861bdc79ad7f07cf87109d0fd380e241d8e3.zip
make ^R also work in command mode
this should probably be submitted as a bug report
Diffstat (limited to 'zshcomplete')
-rw-r--r--zshcomplete2
1 files changed, 2 insertions, 0 deletions
diff --git a/zshcomplete b/zshcomplete
index 4140f58..a1ebb7a 100644
--- a/zshcomplete
+++ b/zshcomplete
@@ -17,3 +17,5 @@ compinit
autoload -Uz bashcompinit
bashcompinit
# End of lines added by compinstall
+
+source ~/.sh/fzf/shell/completion.zsh