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