changeset 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 12c7a72a9306
children 1b863525992d
files .shell.d/99.mcfly.zsh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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