Add copy current git branch name binding
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user