diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-24 12:45:48 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-24 12:45:48 -0400 |
commit | c4c8648cc716d40f5f6558b5f2bf375d8f9a36d9 (patch) | |
tree | 3ef1b6791d84d7b2e2c1ed93fe6bf4a40e7e2a89 /doc | |
parent | 10a3d9d2095efe0fa89c40314d76af328b9b0c31 (diff) | |
download | aerc-c4c8648cc716d40f5f6558b5f2bf375d8f9a36d9.tar.gz |
Change ex command to C-x when using terminal
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-tutorial.7.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd index ef857da..15f7bb3 100644 --- a/doc/aerc-tutorial.7.scd +++ b/doc/aerc-tutorial.7.scd @@ -88,6 +88,9 @@ email, adding a blank line between the email's headers and body. The message review screen is shown next. You have a chance now to revise the email before it's sent. Press *y* to send the email if it looks good. +*Note*: when using the terminal in the message view, you can summon aerc's ex +command line by using *<C-x>*. ':' is sent to the editor. + # USING THE TERMINAL aerc comes with an embedded terminal, which you've already used to view and edit |