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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user