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:
parent
762ff7bd15
commit
f01915654c
6
fish/.config/fish/functions/fish_user_key_bindings.fish
Normal file
6
fish/.config/fish/functions/fish_user_key_bindings.fish
Normal 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
|
Loading…
Reference in New Issue
Block a user