mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
4 lines
113 B
Fish
4 lines
113 B
Fish
|
function __fisher_key_bindings_undo -a plugin
|
||
|
sed -n "/##$plugin##/,/##$plugin##/{s/bind /bind -e /p;};"
|
||
|
end
|