Bence Ferdinandy
74fd5d1119
statusline-format: add %p placeholder for current path
...
Allow showing the current working directory in the statusline via
[statusline] render-format=%p, which is useful if the user changes
directories often.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Tested-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-09-19 21:25:10 +02:00
Moritz Poldrack
aaf0a0c656
lint: apply new formatting rules
...
Run `make fmt`.
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-08-01 10:44:52 +02:00
Robin Jarry
0d645bcebd
go.mod: change base git url
...
I'm not sure what are the implications but it seems required.
Link: https://github.com/golang/go/issues/20883
Signed-off-by: Robin Jarry <robin@jarry.cc>
2021-11-05 10:21:45 +01:00
Jeffas
39307a6fa7
Make commands join args with spaces
...
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
2019-09-20 15:06:34 -04:00
Wagner Riffel
6838c23478
all: purge redundant underscores
...
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
2019-09-04 16:30:57 -10:00
Galen Abell
bfefafff27
Add filesystem completions for :attach and :cd
...
Tab-completions now cycle through filesystem paths when using :attach or
:cd commands.
2019-08-02 09:22:40 -04:00
Gregory Mullen
2a0961701c
Implement basic tab completion support
...
Tab completion currently only works on commands. Contextual completion
will be added in the future.
2019-06-29 14:24:19 -04:00
Tadeo Kondrak
023a2622f9
Allow no arguments to :cd
...
I often use the bare `cd` command to get back to my home directory.
2019-06-05 09:32:23 -04:00
Drew DeVault
98da4c9509
s/aerc2/aerc/g
2019-05-17 20:57:10 -04:00
Drew DeVault
8126d82956
Add context-specific commands
2019-03-21 16:30:23 -04:00
Drew DeVault
22f453f56a
Fix help string for :cd
2019-03-15 10:47:27 -04:00
Drew DeVault
513e8aa94b
Rename :cd -> :cf, add :cd
2019-03-15 10:47:09 -04:00
Drew DeVault
62946ff6c5
Implement :cd command
2019-03-14 22:34:34 -04:00