# HG changeset patch # User Augie Fackler # Date 1593624826 14400 # Node ID 4b2472372fad2f84765af73d120d13c314c7a279 # Parent 10811c923fc065e35b2dd59e485df8c02fdfee02 mcfly: move binding to ^T instead of ^R I've found some bugs in mcfly's handling of multi-line history entries. I still think it's a useful tool, just maybe less than I was hoping for now... diff --git a/.shell.d/99.mcfly.zsh b/.shell.d/99.mcfly.zsh --- a/.shell.d/99.mcfly.zsh +++ b/.shell.d/99.mcfly.zsh @@ -87,5 +87,5 @@ if [[ $- =~ .*i.* ]]; then } } zle -N mcfly-history-widget - bindkey '^R' mcfly-history-widget + bindkey '^T' mcfly-history-widget fi