mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
7 lines
191 B
Fish
7 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
|