mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(nvim): add git worktree plugin
This commit is contained in:
4
zshrc
4
zshrc
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user