vcs: remove unused lazyjj, gitui
This commit is contained in:
parent
4766311654
commit
90b5b48d2a
2 changed files with 0 additions and 48 deletions
files/config/fish
|
@ -53,15 +53,6 @@ function vcs_log
|
|||
commandline -f repaint
|
||||
end
|
||||
|
||||
function vcs_ui
|
||||
if __jj_in_repo
|
||||
lazyjj
|
||||
else
|
||||
gitui
|
||||
end
|
||||
commandline -f repaint
|
||||
end
|
||||
|
||||
# Abbreviations
|
||||
|
||||
abbr -a d vcs_diff
|
||||
|
@ -71,6 +62,5 @@ abbr -a s vcs_status
|
|||
bind \c_ vcs_jump
|
||||
bind \ea vcs_log
|
||||
bind \ee vcs_broot
|
||||
bind \eg vcs_ui
|
||||
bind \eS vcs_diff
|
||||
bind \es vcs_status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue