diff options
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 1b1dca321b..de1c21b310 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -97,6 +97,14 @@ g8 Print the hex values of the bytes used in the cursor is halfway through a multibyte character the command won't move the cursor. + *gx* +gx Open the current path or URL under the cursor in the + system's default handler with |vim.ui.open|. + + To use the netrw keymap, set `use_lua_gx` to false: +>lua + vim.g.use_lua_gx = false +< *:p* *:pr* *:print* *E749* :[range]p[rint] [flags] Print [range] lines (default current line). |