Add copy current git branch name binding

This commit is contained in:
2026-08-10 11:46:02 +01:00
parent c1293b1914
commit 471d336cc4
2 changed files with 17 additions and 2 deletions

View File

@@ -133,9 +133,9 @@ EOF
eval build
fi
# Bind C-B to fuzzy find & complete cmake variables.
# Bind C-X C-V to fuzzy find & complete cmake variables.
zle -N .build-var
bindkey '^B' .build-var
bindkey '^X^V' .build-var
}
# Build then run a target residing in `~build/bin`.