rim icon indicating copy to clipboard operation
rim copied to clipboard

Aspiring vim-like text editor

Results 7 rim issues
Sort by recently updated
recently updated
newest added

``` Caused by: process didn't exit successfully: `/Users/leontepe/sources/.archive/rim/target/debug/build/termkey-rs-0245bc43e5423da8/build-script-build` (exit status: 101) --- stderr Cloning into 'termkey-c/v0.17'... fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported....

`❯ cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.13s Running `target/debug/rim` dyld[58957]: Library not loaded: /usr/local/lib/libtermkey.1.dylib Referenced from: /Users/chenzhang/data/rim/target/debug/rim Reason: tried: '/usr/local/lib/libtermkey.1.dylib' (no such file), '/Users/chenzhang/data/rim/target/debug/deps/libtermkey.1.dylib' (no such...

Any plans on implementing [Neovim's msgpack interface](https://neovim.io/doc/user/msgpack_rpc.html)? It would be quite interesting to have plugins that are compatible with both Rim and Neovim.

If you open a file which your user has read permission, but no write permission, and then try to save it (`:w`) rim exists with code 101 and no explanation....

I find [Vim's text objects](https://vimdoc.sourceforge.net/htmldoc/motion.html#text-objects) such as `i(`, `i{` and `i"` to be very useful — especially when editing source code — but sadly Rim seem to lack them, making...

rustc/cargo 1.82 ``` $ cargo install --path . Installing rim v0.1.0 (/home/user/rim) Updating crates.io index Updating git repository `https://github.com/mathall/termkey-rs` Locking 65 packages to latest compatible versions Adding bitflags v1.3.2 (latest:...

correctly calling github reps with HTTPS, for libtermkey and in libtermkey-rs.