summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-28 22:22:42 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-28 22:22:42 -0500
commit2d327302b30bf67a87538dc5e005c0399c0b8f1a (patch)
treea9e1de5f55b7d36b47f42e7ffdc0ed20634b4f8a /README.md
parent181b1256871e392da63951f82c16b4908e5b651e (diff)
v. 0.6
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32f2824..027d736 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,13 @@ a simple editor that starts up practically instantaneously, and performs well on
## Supported features (more coming soon)
- Multiple tabs, each with a different file
+- Split screen (Ctrl+/, Ctrl+Shift+/)
- Auto-indent
- Customization of (pretty much) all colours and keyboard commands.
- Syntax highlighting for C, C++, Rust, and Python.
- Find and replace (with regular expressions!)
- Run build command (default keybinding F4), go to errors
-- Go to definition (ctrl+click)
+- Go to definition (Ctrl+click)
- Go to line (Ctrl+G)
## Building from source
@@ -69,6 +70,7 @@ Then run `make.bat`.
<tr><td>0.4</td> <td>:build</td> <td>2021 Feb 18</td></tr>
<tr><td>0.5</td> <td>Go to definition</td> <td>2021 Feb 22</td></tr>
<tr><td>0.5a</td> <td>Several bugfixes, go to line</td> <td>2021 Feb 23</td></tr>
+<tr><td>0.6</td> <td>Split-screen</td> <td>2021 Feb 28</td></tr>
</table>
## License