mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-31 22:22:02 +08:00
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:
parent
4b85eb32d7
commit
8cd8c3002e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user