commit 3f7f99afd4f8e176d4e0c1863a9bc9801904b243 parent c544783245dbffa534d6a358936f3b4f0012672d Author: Alex Balgavy <a.balgavy@gmail.com> Date: Mon, 27 Jan 2020 15:00:59 +0100 git: fzf aliases Former-commit-id: 19f313d2bbec9b4f1fecf8f11fc8e34d8eb2727c Diffstat:
M | git/gitconfig | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/git/gitconfig b/git/gitconfig @@ -26,6 +26,8 @@ a = add ap = add -p + af = "!git ls-files -m -o --exclude-standard | fzf --print0 -m --reverse --height=20% | xargs -0 -t -o git add" + fzf = "!git ls-files -mo --exclude-standard | fzf -m --reverse --height=20%" c = commit cm = commit -m