feat: action for opening entry in an external program (#183)

This commit is contained in:
Steven Arcangeli 2023-09-22 12:20:37 -07:00 committed by GitHub
parent a9ceb90a63
commit 96a334abeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 50 additions and 1 deletions

View file

@ -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