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/src
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.
1 year ago
..
commands Reimplement clipboard commands in terms of special regs 1 year ago
keymap Remove Keymap(KeyTrie) and simply use KeyTrie. 1 year ago
ui Preview the latest value for regular registers 1 year ago
application.rs Add support for LSP DidChangeWatchedFiles (#7665) 1 year ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs Reimplement clipboard commands in terms of special regs 1 year ago
compositor.rs bump msrv to 1.63 (#5570) 2 years ago
config.rs Remove Keymap(KeyTrie) and simply use KeyTrie. 1 year ago
health.rs Refactor doc language servers to a HashMap, and the config to use a Vec to retain order 2 years ago
job.rs bump msrv to 1.63 (#5570) 2 years ago
keymap.rs Remove Keymap(KeyTrie) and simply use KeyTrie. 1 year ago
lib.rs Fix new clippy lints (#5892) 2 years ago
main.rs Initialize log and config files right after parsing arguments (#7585) 1 year ago