diff --git a/plugins/refresh/refresh.plugin.zsh b/plugins/refresh/refresh.plugin.zsh index 7e369a8bc..bbfda3028 100755 --- a/plugins/refresh/refresh.plugin.zsh +++ b/plugins/refresh/refresh.plugin.zsh @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------ # Simple ZLE widget that binds F5 to "source ~/.zshrc". # -# You can bind it to another ikey by setting the REFRESH_KEY +# You can bind it to another key by setting the REFRESH_KEY # environment variable, for example to bind F4 instead of F5: # export REFRESH_KEY=$terminfo[kf4] # ------------------------------------------------------------------------------