All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update the README with the correct link
- Add a notification on editor start to notify the move to VSpaceCode
- Add a mechanism to override default bindings incrementally.
- Use
<spc> <spc>
to open command menu. - Use
<spc> /
to find in files like grep. - Replace
<spc> f f
with quick file open menu. - Add support to run multiple commands in series.
- Add
<spc> f R
to rename the current file. - Add
<spc> f o
to open the current doc with other editor.
- Fix the invisible space key in menu by replacing it with open box character
␣
.
- Change open file/folder from
<spc> f f
to<spc> f F
.
- Add a welcome notification to guide user to install the space keybindings.
- Check the user's Vim settings on launch to ensure vim keybindings are set.
- Fix the issue where it cannot be use with Vim command such as
f <spc>
(#3).
- Space key bindings are no longer added on installation to fix the bug (#3).
- Fix an typo in an import statement that can cause the extension to not load on Linux (@Mazurel)
- Use
D
to run without debugging instead ofr
. - Move format document action to file menu with
=
key.
- Align the descriptions of the menu items.
- Add more actions in the window section.
- Change the key bindings in the window section.
- Use one key binding to bind
space
key instead of four.
- Initial release.
- Add an action menu triggered by space key that contains most of the basic common commands in the SPC menu.