fish: remove fzf ctrl+g keybind
This commit is contained in:
parent
4f81e02bbf
commit
08d652f2eb
|
@ -28,8 +28,8 @@
|
||||||
nix shell nixpkgs#$argv
|
nix shell nixpkgs#$argv
|
||||||
end
|
end
|
||||||
|
|
||||||
# fzf: use ctrl+f to list files and ctrl+g to show the git log
|
# fzf: use ctrl+f to list files
|
||||||
fzf_configure_bindings --directory=\cf --git_log=\cg
|
fzf_configure_bindings --directory=\cf
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue