feat: add LazyGitFilterCurrentFile command

This commit is contained in:
ecosse3
2022-06-10 18:40:52 +02:00
parent 1f9f372b9f
commit ad5ea9ebeb
2 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ command! LazyGit lua require'lazygit'.lazygit()
command! LazyGitFilter lua require'lazygit'.lazygitfilter()
command! LazyGitFilterCurrentFile lua require'lazygit'.lazygitfiltercurrentfile()
command! LazyGitConfig lua require'lazygit'.lazygitconfig()
""""""""""""""""""""""""""""""""""""""""""""""""""""""