diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-18 00:26:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 00:26:01 -0700 |
commit | 44afd074430a7cb612f548e651df07651019e34c (patch) | |
tree | 7ddd358b74c41ec0fbdc4a8203c92374496b9675 /README.md | |
parent | 22479ce563d82b844a4226e1afaa41078676160b (diff) | |
download | rneovim-44afd074430a7cb612f548e651df07651019e34c.tar.gz rneovim-44afd074430a7cb612f548e651df07651019e34c.tar.bz2 rneovim-44afd074430a7cb612f548e651df07651019e34c.zip |
docs(tui): rename term.txt, nvim_terminal_emulator.txt #30398
Problem:
It has long been a convention that references to the builtin terminal UI
should mention "tui", not "term", in order to avoid ambiguity vs the
builtin `:terminal` feature. The final step was to rename term.txt;
let's that step.
Solution:
- rename term.txt => tui.txt
- rename nvim_terminal_emulator.txt => terminal.txt
- `gen_help_html.lua`: generate redirects for renamed pages.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Features - [API access](https://github.com/neovim/neovim/wiki/Related-projects#api-clients) from any language including C/C++, C#, Clojure, D, Elixir, Go, Haskell, Java/Kotlin, JavaScript/Node.js, Julia, Lisp, Lua, Perl, Python, Racket, Ruby, Rust -- Embedded, scriptable [terminal emulator](https://neovim.io/doc/user/nvim_terminal_emulator.html) +- Embedded, scriptable [terminal emulator](https://neovim.io/doc/user/terminal.html) - Asynchronous [job control](https://github.com/neovim/neovim/pull/2247) - [Shared data (shada)](https://github.com/neovim/neovim/pull/2506) among multiple editor instances - [XDG base directories](https://github.com/neovim/neovim/pull/3470) support |