about summary refs log tree commit diff stats
path: root/commands/next-tab.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic tab completion supportGregory Mullen2019-06-291-5/+14
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
|
* Add context-specific commandsDrew DeVault2019-03-211-2/+2
|
* Implement :next-tab, :prev-tabDrew DeVault2019-03-171-0/+42