1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

feat(fish): 🎣 Add fzf key bindings integration

Add fzf key bindings function file with support for:
- File search widget (Ctrl+T)
- Command history search (Ctrl+R) (replaced by custom implementation)
- Directory navigation (Alt+C) (replaced by custom implementation)

Bindings work in both normal and insert modes, providing
fuzzy search capabilities for fish shell navigation and
command history.
This commit is contained in:
xnm
2025-09-13 14:22:16 +03:00
parent 47f66398b6
commit 426bad68f2
2 changed files with 233 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
function fish_user_key_bindings
fzf_key_bindings
# Execute this once per mode that emacs bindings should be used in
fish_default_key_bindings -M insert