diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-03-08 17:16:36 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-03-08 17:16:36 +0200 |
| commit | e10a5a553f4733dcbbd1f1ed583e7dc083ad726a (patch) | |
| tree | fc4e6545687f5555032c8cfd123519b9c7dd2ea7 /README.md | |
| parent | 7ed6cd9440695bf115d07c9afe5729486e5f30e2 (diff) | |
dfm: keep track of nest level
Shows an indicator in the statusline if dfm is running inside of dfm
and how deep the nesting is.
Don't go too deep.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -217,8 +217,9 @@ at the actions each key is bound to. The statusline is as follows: ``` - 1/1 [RnHE] [1+] ~0B /path/to/current/directory/<query> +1 1/1 [RnHE] [1+] ~0B /path/to/current/directory/<query> + 1 - Shows nest level of dfm. Only shown if > 0. 1/1 - The entry number under the cursor and the total visible entries. [RnHE] - Indicators. |