diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 1f1ad84a02..90a020bb4d 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -400,6 +400,8 @@ TUI UI +• |:detach| the current UI, let the Nvim server continue running as a background + process. Works with the builtin TUI, and all GUIs. • |vim.ui.open()| (by default bound to |gx|) accepts an `opt.cmd` parameter which controls the tool used to open the given path or URL. If you want to globally set this, you can override vim.ui.open using the same approach |