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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue