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

@ -69,6 +69,7 @@ OPTIONS *oil-option
["`"] = "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
@ -360,6 +361,9 @@ open_cmdline_dir *actions.open_cmdline_di
open_cwd *actions.open_cwd*
Open oil in Neovim's current working directory
open_external *actions.open_external*
Open the entry under the cursor in an external program
open_terminal *actions.open_terminal*
Open a terminal in the current directory