Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make commands join args with spaces | Jeffas | 2019-09-20 | 1 | -11/+5 |
| | | | | | | | | | | | | | | | This patch ensures the following commands join their arguments with spaces to make it easier to interact with: - cf - mkdir - cd - attach - detach - ct - copy - move - save | ||||
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | Add filesystem completions for :attach and :cd | Galen Abell | 2019-08-02 | 1 | -1/+17 |
| | | | | | Tab-completions now cycle through filesystem paths when using :attach or :cd commands. | ||||
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -2/+12 |
| | | | | | Tab completion currently only works on commands. Contextual completion will be added in the future. | ||||
* | Allow no arguments to :cd | Tadeo Kondrak | 2019-06-05 | 1 | -3/+5 |
| | | | | I often use the bare `cd` command to get back to my home directory. | ||||
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 1 | -1/+1 |
| | |||||
* | Add context-specific commands | Drew DeVault | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | Fix help string for :cd | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Rename :cd -> :cf, add :cd | Drew DeVault | 2019-03-15 | 1 | -11/+21 |
| | |||||
* | Implement :cd command | Drew DeVault | 2019-03-14 | 1 | -0/+35 |