aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-09-18 00:26:01 -0700
committerGitHub <noreply@github.com>2024-09-18 00:26:01 -0700
commit44afd074430a7cb612f548e651df07651019e34c (patch)
tree7ddd358b74c41ec0fbdc4a8203c92374496b9675 /README.md
parent22479ce563d82b844a4226e1afaa41078676160b (diff)
downloadrneovim-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23fc8cdda4..8feb791888 100644
--- a/README.md
+++ b/README.md
@@ -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