diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-13 13:33:05 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-13 13:33:05 -0500 |
commit | cdca3cc10dceda9580b2d87c2105c0654aa084fc (patch) | |
tree | 9da58ddc281c7cb002e4102b5d39e095c1b4d9b0 /README.md | |
parent | 94aba782d6e2a4ec287c8159e087b3fd621a8a67 (diff) |
removed line->capacity
also fixed shift+click to select
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ a simple editor that starts up practically instantaneously, and performs well on - 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!) ## Building from source |