feat: Use <C-l> to refresh directory (#7)
This commit is contained in:
parent
1879339442
commit
d019d38a3e
2 changed files with 14 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ local default_config = {
|
|||
["<C-h>"] = "actions.select_split",
|
||||
["<C-p>"] = "actions.preview",
|
||||
["<C-c>"] = "actions.close",
|
||||
["<C-l>"] = "actions.refresh",
|
||||
["-"] = "actions.parent",
|
||||
["_"] = "actions.open_cwd",
|
||||
["`"] = "actions.cd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue