Skip to content

Instantly share code, notes, and snippets.

View luisvgs's full-sized avatar
😵‍💫
Hey

Luis luisvgs

😵‍💫
Hey
  • Venezuela
View GitHub Profile
@luisvgs
luisvgs / functions.sh
Created August 8, 2022 19:11 — forked from junegunn/functions.sh
Key bindings for git with fzf (https://junegunn.kr/2016/07/fzf-git/)
# GIT heart FZF
# -------------
is_in_git_repo() {
git rev-parse HEAD > /dev/null 2>&1
}
fzf-down() {
fzf --height 50% --min-height 20 --border --bind ctrl-/:toggle-preview "$@"
}