Releases: itchyny/bed
Releases · itchyny/bed
Release v0.2.7
- Support environment variable expansion in the command line.
- Implement
:cd
,:chdir
,:pwd
commands to change the working directory. - Improve command line completion for command name and environment variables.
- Recognize file name argument and bang for
:wq
command.
Release v0.2.6
- support reading from standard input
- implement command line history
Release v0.2.5
- Update dependencies
- Require Go 1.22
Release v0.2.4
- Update dependencies
- Require Go 1.21
Release v0.2.3
- fix crash on window moving commands on the last window
Release v0.2.2
- Add
:only
command - Reduce memory allocations on rendering
- Release arm64 artifacts
Release v0.2.1
- Add
:{count}%
to go to the position by percentage in the file - Add
:{count}go[to]
command to go to the specific line - Include CREDITS file in artifacts
Release v0.2.0
- Add cquit command
Release v0.1.0
Initial release 🎉