Add fzf to fish config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
doom
|
doom
|
||||||
spacemacs
|
spacemacs
|
||||||
|
config/fish/functions/fish_prompt.fish
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
/Users/colinpowell/.local/share/omf/themes/shellder/fish_prompt.fish
|
|
||||||
3
config/fish/functions/fish_user_key_bindings.fish
Normal file
3
config/fish/functions/fish_user_key_bindings.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function fish_user_key_bindings
|
||||||
|
fzf_key_bindings
|
||||||
|
end
|
||||||
1
config/fish/functions/fzf_key_bindings.fish
Symbolic link
1
config/fish/functions/fzf_key_bindings.fish
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/powellc/.fzf/shell/key-bindings.fish
|
||||||
Reference in New Issue
Block a user