feat: action for opening entry in an external program (#183)
This commit is contained in:
parent
a9ceb90a63
commit
96a334abeb
5 changed files with 50 additions and 1 deletions
|
|
@ -54,6 +54,7 @@ local default_config = {
|
|||
["`"] = "actions.cd",
|
||||
["~"] = "actions.tcd",
|
||||
["gs"] = "actions.change_sort",
|
||||
["gx"] = "actions.open_external",
|
||||
["g."] = "actions.toggle_hidden",
|
||||
},
|
||||
-- Set to false to disable all of the above keymaps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue