fish: neovim telescope alias init

This commit is contained in:
ooks-io 2025-01-07 16:25:55 +11:00
parent acb87b6bb1
commit b0cfbf184f
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
programs.fish = {
functions = {
fish_user_key_bindings = ''
bind --preset -M insert \cf nvim '+Telescope find_files' $FLAKE
bind --preset -M insert \cf gitedit
bind --preset -M insert \ec fzf_cd_widget
'';
};