helix/helix-term/src/commands
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.
2023-07-31 15:05:38 +09:00
..
dap.rs Fix crash when cwd is deleted (#7185) 2023-07-11 19:51:04 +02:00
lsp.rs Reformat with nightly rustfmt for better let-else formatting (#7721) 2023-07-27 11:57:19 +09:00
typed.rs Reimplement clipboard commands in terms of special regs 2023-07-31 15:05:38 +09:00