mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 08:07:14 +02:00
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…
x
Reference in New Issue
Block a user