about summary refs log tree commit diff stats
path: root/commands/terminal
Commit message (Collapse)AuthorAgeFilesLines
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* Revert "add close command at global level"Drew DeVault2019-08-131-0/+30
| | | | This reverts commit f0a0c5aa733fa66958c113465bfc5fdd3d7cc9f0.
* add close command at global levelAditya Srivastava2019-08-131-30/+0
|
* Fix :close on terminal panicJeffas2019-07-251-1/+0
| | | | | | | | 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.
* Implement basic tab completion supportGregory Mullen2019-06-292-4/+14
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* s/aerc2/aerc/gDrew DeVault2019-05-172-2/+2
|
* Add message view commands, :closeDrew DeVault2019-03-301-4/+1
|
* Add basic message viewer mockupDrew DeVault2019-03-301-3/+3
|
* Implement :pipeDrew DeVault2019-03-301-0/+1
|
* Add terminal command contextDrew DeVault2019-03-212-0/+39
Agaram <vc@akkartik.com> 2018-11-30 16:45:15 -0800 committer Kartik Agaram <vc@akkartik.com> 2018-11-30 16:45:15 -0800 4808 - clean up comments in all subx files' href='/akkartik/mu/commit/subx/examples/ex5.subx?h=main&id=9d27e966b5e9bf1bd3da48f49d7e133d112a2bbe'>9d27e966 ^
6030d7e2 ^
9d27e966 ^
6030d7e2 ^
9d27e966 ^
6030d7e2 ^
9d27e966 ^
6030d7e2 ^

6602c82f ^
6030d7e2 ^
9d27e966 ^
6030d7e2 ^
9d27e966 ^
6030d7e2 ^
9d27e966 ^
6030d7e2 ^
9d27e966 ^
6030d7e2 ^

6602c82f ^
6030d7e2 ^


6602c82f ^
ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42