comparison .shell.d/99.mcfly.zsh @ 503:55aa151f3567

zsh: move mcfly to F1 from ^T Mercifully, I never bound F1 to anything.
author Augie Fackler <raf@durin42.com>
date Tue, 06 Oct 2020 10:27:31 -0400
parents 26caf7bf8805
children ea947b2b04a0
comparison
equal deleted inserted replaced
502:12c7a72a9306 503:55aa151f3567
85 fi 85 fi
86 zle redisplay 86 zle redisplay
87 } 87 }
88 } 88 }
89 zle -N mcfly-history-widget 89 zle -N mcfly-history-widget
90 bindkey '^T' mcfly-history-widget 90 bindkey '^[OP' mcfly-history-widget
91 fi 91 fi