aboutsummaryrefslogtreecommitdiff
path: root/commands/terminal
AgeCommit message (Collapse)Author
2019-07-25Fix :close on terminal panicJeffas
Executing :close on a terminal would panic due to it already having been removed. This is also related to the fact that removing a tab doesn't check for whether it actually found a tab to remove or not.
2019-06-29Implement basic tab completion supportGregory Mullen
Tab completion currently only works on commands. Contextual completion will be added in the future.
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-03-30Add message view commands, :closeDrew DeVault
2019-03-30Add basic message viewer mockupDrew DeVault
2019-03-30Implement :pipeDrew DeVault
2019-03-21Add terminal command contextDrew DeVault