From 722a3d4d2d0d0630f57cfbfdddc229dee341505b Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 26 Jan 2024 20:39:04 +0100 Subject: feat: yank text to registers when yanking, changing or deleting --- lib/command.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/command.ml') diff --git a/lib/command.ml b/lib/command.ml index a55fb9e..9ab36f6 100644 --- a/lib/command.ml +++ b/lib/command.ml @@ -70,7 +70,7 @@ let to_scope = function let is_simple_movement k = List.mem ~equal:Poly.equal simple_movements k let instant_operation = - [ Key 'C'; Key 'D'; Key 'J'; Key 'P'; Key 'X'; Key 'p'; Key 'x' ] + [ Key 'C'; Key 'D'; Key 'Y'; Key 'J'; Key 'P'; Key 'X'; Key 'p'; Key 'x' ] let chord_operation = [ Key 'c'; Key 'd'; Key 'y' ] -- cgit v1.2.3