diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-19 14:00:02 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-19 14:36:11 -0400 |
commit | 588a6c785b29e6f2f97b7655101789be90bafafb (patch) | |
tree | 741054c21fc443af1daa6847ed4794b0aa18b4e3 /doc/aerc.1.scd | |
parent | 248345d875e958b70f48797bfe6e822cc9485eb8 (diff) | |
download | aerc-588a6c785b29e6f2f97b7655101789be90bafafb.tar.gz |
Implement :pwd command
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 5d501f0..e96334d 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -25,6 +25,9 @@ These commands work in any context. *cd* <directory> Changes aerc's current working directory. +*pwd* + Displays aerc's current working directory in the status bar. + *term* [command...] Opens a new terminal tab with a shell running in the current working directory, or the specified command. |