diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2022-09-17 23:26:35 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-19 21:25:10 +0200 |
commit | 74fd5d11194d866a261a8f64d77c78a19ff2b174 (patch) | |
tree | b4e4fcaa2d59c0bcf2606989689b0370ba0c897b /doc | |
parent | f414db7858c033c6b7845897c9cde35beff22c87 (diff) | |
download | aerc-74fd5d11194d866a261a8f64d77c78a19ff2b174.tar.gz |
statusline-format: add %p placeholder for current path
Allow showing the current working directory in the statusline via
[statusline] render-format=%p, which is useful if the user changes
directories often.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Tested-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 943c6c80..55f82ccb 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -376,6 +376,8 @@ These options are configured in the *[statusline]* section of aerc.conf. : active directory name | %c : connection state +| %p +: current path | %m : mute statusline and show only push notifications | %S |