mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-03 15:40:27 +00:00
3308240929
Until now key_bindings.fish only allowed simple bind <args> staments and would fail for conditional statements, etc.
4 lines
116 B
Fish
4 lines
116 B
Fish
function __fisher_key_bindings_undo -a plugin
|
|
sed -n "/##$plugin##/,/##$plugin##/{s/^ *bind /bind -e /p;};"
|
|
end
|