You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Michael Davis 4555a6b433 Reimplement clipboard commands in terms of special regs
Since the clipboard provider now lives on the Registers type, we want
to eliminate it from the Editor. We can do that and clean up the
commands that interact with the clipboard by calling regular yank,
paste and replace impls on the clipboard special registers.

Eventually the clipboard commands could be removed once macro keybinding
is supported.
11 months ago
..
src Reimplement clipboard commands in terms of special regs 11 months ago
tests Add config for default line ending (#5621) 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump tempfile from 3.6.0 to 3.7.0 (#7726) 11 months ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago