feat(nvim): add git worktree plugin

This commit is contained in:
Stefan Imhoff
2022-10-02 13:58:53 +02:00
parent f437578868
commit 2437b5b056
6 changed files with 27 additions and 7 deletions

4
zshrc
View File

@@ -391,6 +391,10 @@ alias gu='git up'
alias gw='git whatchanged'
alias gwp='git whatchanged -p'
alias lg='lazygit'
alias gw='git worktree'
alias gwl='git worktree list'
alias gwa='git worktree add' # <folder> <branch/hash>
alias gwr='git worktree remove' # <path/name>
# Vim
alias v='vim'