This commit is contained in:
Julien Nicoulaud 2010-12-01 17:12:45 +01:00
commit 4cc7c05a74

View file

@ -2,7 +2,7 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Simple ZLE widget that binds F5 to "source ~/.zshrc". # 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: # environment variable, for example to bind F4 instead of F5:
# export REFRESH_KEY=$terminfo[kf4] # export REFRESH_KEY=$terminfo[kf4]
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------