From 6130c39a1cd5d121bdac087973e9deed0f8da07c Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 16 Jul 2026 02:02:33 +0530 Subject: [PATCH] Key-bindings --- conf.d/20_bindings.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf.d/20_bindings.fish diff --git a/conf.d/20_bindings.fish b/conf.d/20_bindings.fish new file mode 100644 index 0000000..3e49be6 --- /dev/null +++ b/conf.d/20_bindings.fish @@ -0,0 +1,5 @@ +# Key bindings + +function fish_user_key_bindings + fzf --fish | source +end \ No newline at end of file