summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-04-08 17:22:30 +0200
committerCanop <cano.petrole@gmail.com>2021-04-15 13:00:23 +0200
commit831c10d6c5ccf74d0109b6bc3ffd708a9da61cab (patch)
tree1435f23e6f19549e49f01e52f4cbfc702ec3a06b /website/docs
parentacade5051d04d14509b5526f48b1bb9de2ee4f70 (diff)
staging area [WIP]
The staging area will be the way to operate on multiple files. See issue #266 (it's far from ready)
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/common-problems.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/docs/common-problems.md b/website/docs/common-problems.md
index 345b428..b1ce5f7 100644
--- a/website/docs/common-problems.md
+++ b/website/docs/common-problems.md
@@ -47,6 +47,12 @@ In such a case, which isn't rare in server systems, you can rebind <kbd>enter</k
* [change standard file opening](../tricks/#change-standard-file-opening)
+# Everything feels slow, even moving the selection or scrolling
+
+It's probably your terminal app's fault. You could check that by using any other TUI application.
+
+Most terminal apps are fine but some, made with Electron or worse, or crippled with fancy plugins, take dozens of milliseconds to redraw the screen. You should not use those applications.
+
# Broot doesn't seem to work on msysgit or git bash
I have no solution for that. If you know how to tackle the problem, the maintainers of [Crossterm](https://github.com/crossterm-rs/crossterm) would be interested too.