From d4bc861bdc79ad7f07cf87109d0fd380e241d8e3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 9 Nov 2017 11:55:33 -0800 Subject: make ^R also work in command mode this should probably be submitted as a bug report --- zshrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 1655fb0..1e9d84e 100644 --- a/zshrc +++ b/zshrc @@ -87,10 +87,6 @@ ZSH_HIGHLIGHT_STYLES[assign]='fg=cyan' source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=black,bold' # }}} -# fzf {{{ -source ~/.sh/fzf/shell/completion.zsh -source ~/.sh/fzf/shell/key-bindings.zsh -# }}} # }}} # prompt {{{ function shell_prompt_precmd () { -- cgit v1.2.3-54-g00ecf