ox
ox copied to clipboard
An independent Rust text editor that runs in your terminal!
Hi guys I have some questions regarding this project: 1. Is this project still alive? 2. Is it like dwm where you would modify part of the source code as...
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.2 to 1.8.0. Release notes Sourced from smallvec's releases. v1.8.0 Add optional support for the arbitrary crate (#275). v1.7.0 new_const and from_const constructors for creating a SmallVec...
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.2 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...
Bumps [lock_api](https://github.com/Amanieu/parking_lot) from 0.4.1 to 0.4.6. Changelog Sourced from lock_api's changelog. parking_lot 0.12.0, parking_lot_core 0.9.0, lock_api 0.4.6 (2022-01-28) The MSRV is bumped to 1.49.0. Disabled eventual fairness on wasm32-unknown-unknown. (#302)...
Is there a way to tweak the default [ron configuration file][conf-file-url] in order to support [yaml][yaml-site-url] syntax highlighting? Thanks :100: for the awesome editor! [conf-file-url]: https://github.com/curlpipe/ox/blob/master/config/ox.ron [yaml-site-url]: https://yaml.org/
**Describe the bug** On a document that exceeds the line number of the screen, PgUp and PgDn move te cursor to the first/last line of the currently visible section, not...
**Describe the bug** Cant run, it says: `ox: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ox)` - OS: KDE neon User Edition 5.21 x86_64
**Describe the bug** Unable to edit mistakes with Backspace or Delete. Possibly related to non-US keyboard mapping? **To Reproduce** 1. Type something 2a. Hit Backspace 2b. Hit Delete 3a. Nothing...