Merge pull request #3473 from Aajn/patch-1

Remove outdated information from faq
This commit is contained in:
Maxime Coste 2020-05-15 13:47:33 +10:00 committed by GitHub
commit 3fc02cb25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,17 +15,6 @@ project to this operating system is pretty low.
Moreover, you can get pretty decent performance by using Kakoune on Cygwin
(which is officially supported).
== Kakoune is very slow on big files, what can I do about it ?
The default build mode (set in the `Makefile` of the `src` directory of the
project) is "debug", which makes it convenient to track issues but also
affects performance. To disable the debug mode, recompile the project by
setting the `debug` variable in `src/Makefile` to `no`.
Note that if your distribution provides a "kakoune" package, the program should
already be built in non-debug mode (if you still experience slowness, please
report the issue on the bug tracker).
== Can I use Kakoune as a pager ?
Kakoune can be used as a pager, either by setting the `PAGER` environment