ooknet/modules/home/console/shell/fish/binds.nix

10 lines
220 B
Nix

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