Actually make the previously defined function for reloading key bindings on chage of function into an event handler as intended...

darcs-hash:20070930225557-75c98-284157fbbc56effe781bf26c21499a8e5586e563.gz
This commit is contained in:
liljencrantz 2007-10-01 08:55:57 +10:00
parent 4b85eb32d7
commit 8cd8c3002e

View file

@ -191,7 +191,7 @@ function __fish_config_interactive -d "Initializations that should be performed
eval $fish_key_bindings
function __fish_reload_key_bindings -d "Reload keybindings when binding variable change"
function __fish_reload_key_bindings -d "Reload keybindings when binding variable change" --on-variable fish_key_bindings
eval $fish_key_bindings
end ^/dev/null