aboutsummaryrefslogtreecommitdiff
path: root/config/binds.conf
AgeCommit message (Collapse)Author
2019-12-21binds.conf: mark bindingsReto Brunner
2019-07-19Implement :filter, :clearKevin Kuehler
Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu>
2019-07-19Change default attach keybindingDrew DeVault
2019-07-04Update binds.confDrew DeVault
2019-06-26Implement :search, :next-result, :prev-resultDrew DeVault
2019-06-19Fix reply bindings in [view]Drew DeVault
2019-06-11Add :next/:prev binds for [viewer]Drew DeVault
2019-06-09Override $ex in compose viewYash Srivastav
2019-06-09Add archive commandRobert Günzler
Adds an archive command that moves the current message into the folder specified in the account config entry. Supports three layouts at this point: - flat: puts all messages next to each other - year: creates a folder per year - month: same as above, plus folders per month This also adds a "-p" argument to "cp" and "mv" that works like "--parents" on mkdir(1). We use this to auto-create the directories for the archive layout.
2019-06-07Add binding to toggle headersDrew DeVault
2019-06-02Add delete to the default binds.confDrew DeVault
2019-05-27Add :save and :pipe commands to viewerGalen Abell
* :save takes a path and saves the current message part to that location * :pipe is the same as pipe on the account page, but uses the current message part rather than the whole email (ie :pipe gzip -d) * Refactored account:pipe and extracted common pipe code to commands.util.QuickTerm * Added helper command aerc.PushError
2019-05-26Implement :edit in compose screenDrew DeVault
2019-05-25binds.conf: make reply -a easier to use than replyDrew DeVault
2019-05-23Bind :compose to C in binds.confFrancis Dinh
The tutorial mentions using "C" for composing messages, but this was not actually implemented in binds.conf.
2019-05-20Implement :next-part, :prev-partDrew DeVault
2019-05-19Rename :delete-message et al to :delete et alDrew DeVault
2019-05-16Change default bindings for repliesDrew DeVault
2019-05-16Change default reply keybindingsDrew DeVault
2019-05-14Fix default bindings for quit and editDrew DeVault
2019-05-14Move ! bind to [messages]Drew DeVault
2019-05-14Add (non-functional) reply commands to bindingsDrew DeVault
2019-05-14Add ! to default keybindingsDrew DeVault
2019-05-14Add distinct keybindings for each compose viewDrew DeVault
2019-05-12Add initial compose widgetDrew DeVault
2019-03-30Add message view commands, :closeDrew DeVault
2019-03-30Update default config/binds.confDrew DeVault
2019-03-21Add context-specific keybindingsDrew DeVault