1
0
forked from extern/nix-config

fish: Add fzf key bindings

This lets us do cool things like alt+c to easily cd into a directory
with fuzzy search.
This commit is contained in:
Donovan Glover 2022-04-11 09:40:28 -04:00
parent 762ff7bd15
commit f01915654c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -0,0 +1,6 @@
# New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2022 Donovan Glover
function fish_user_key_bindings
fzf_key_bindings
end