# HG changeset patch # User Augie Fackler # Date 1601994451 14400 # Node ID 55aa151f3567184304884913f455035776ffd637 # Parent 12c7a72a9306d84029f4045d386d872d5ec52ea8 zsh: move mcfly to F1 from ^T Mercifully, I never bound F1 to anything. 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 '^T' mcfly-history-widget + bindkey '^[OP' mcfly-history-widget fi