#857 add filter_custom action, filter_ignored->filter_git_ignored (#1077)

This commit is contained in:
Alexander Courtis
2022-03-18 21:30:30 +11:00
committed by GitHub
parent b136c7b6f9
commit a50fd77c99
6 changed files with 33 additions and 10 deletions

View File

@@ -282,7 +282,7 @@ local list = {
{ key = "<Tab>", action = "preview" },
{ key = "K", action = "first_sibling" },
{ key = "J", action = "last_sibling" },
{ key = "I", action = "toggle_ignored" },
{ key = "I", action = "toggle_git_ignored" },
{ key = "H", action = "toggle_dotfiles" },
{ key = "R", action = "refresh" },
{ key = "a", action = "create" },