aboutsummaryrefslogtreecommitdiffstats
path: root/commands/next-tab.go
Commit message (Expand)AuthorAgeFilesLines
* tabs: optimize switching by offsetsdelitako2024-01-261-6/+9
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-23/+5
* app: export global functionsRobin Jarry2023-10-101-5/+5
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* statusline: implement per-account statusKoni Marti2022-03-181-0/+1
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-2/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Implement basic tab completion supportGregory Mullen2019-06-291-5/+14
* 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