dotfiles/.config/fish/conf.d/99-hoard.fish
2022-09-25 16:42:45 +02:00

8 lines
191 B
Fish

# Hoard bindings
function __hoard_list
set hoard_command (hoard --autocomplete list 3>&1 1>&2 2>&3)
commandline -j $hoard_command
end
bind --user -M default -m insert q __hoard_list