amp icon indicating copy to clipboard operation
amp copied to clipboard

A complete text editor for your terminal.

Results 111 amp issues
Sort by recently updated
recently updated
newest added

linker complains: ld: error: unable to find library -lxcb but libxcb is there: $ ls -l /usr/X11R6/lib/libxcb.* -r--r--r-- 1 root bin 1008860 Oct 12 19:28 /usr/X11R6/lib/libxcb.a -r--r--r-- 1 root bin...

The [Kakoune](https://kakoune.org/) editor is one of those that implements multi-cursor editing. And it is very efficient, fast, and comfortable. I think *selection based editing* is very cool, and combining it...

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...

dependencies

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...

dependencies

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.4.5 to 0.6.13. Release notes Sourced from smallvec's releases. v0.6.13 Use the maybe-unit crate in place of soon-to-be-deprecated std::mem::uninitialized (#180). When built with Rust 1.36 or later,...

dependencies

Can you please provide binary releases? I saw that there's already a GitHub workflow that builds via cargo, if we could also upload the build artifacts with the releases, that...

Hi, first let me start by thanking you, this editor is both easy to use but fully capable, it reminds me of a modal `micro`. I've switched to modal editing...

`vim` is known to be very customisable with its `vim` packages as well as vimscripting if you want to make your own stuff. I am curious to know how customisable...

It would be convenient for users to have a list of available modes to help when setting up custom bindings. From looking at the tree, I think the current modes...

If you have something like `let char: char = 'ア' // some extra text to jump to` and try to symbol-jump to the text after the ア (this is a...