Additions
Editor
- Added code folding indicators to the gutter ((#250), (#657)).
- Added settings to normalize whitespace on save (#127).
- Added a binding to show hovers in the editor (#986).
Workspace
- Improved the ordering of files in the file finder by prioritizing files closer to the currently-active file.
Terminal
- Added a terminal icon to terminal tabs.
Themes
- Added Gruvbox.
Vim
- Added
go to definition
binding to normal mode.
Misc
- Refreshed app icons with the latest logo.
- Added a prompt to ask the user to save unsaved files when triggering
workspace: restart
.
Bug Fixes
Editor
- Fixed a text layout bug that sometimes caused characters to be positioned 1 pixel to the right of their intended location.
Themes
- Improved One Dark and One Light themes.
Vim
- Fixed a bug where, while in normal mode,
enter
would insert a newline (#987).