helix icon indicating copy to clipboard operation
helix copied to clipboard

wrong `mim` behaviour ?

Open O136 opened this issue 1 year ago • 0 comments

Summary

mim for the following case does nothing image

but mim for this case: image

selects everything inside the [] bracket pair instead of the "" pair. image

After more testing mim works fine for pairs like {},[],() but not for '' (single quote pair) ,"" (double quote pair), ~~(tilde), ``(back tick pair).

Using explicitly the pair character like mi" works as expected though.

Reproduction Steps

No response

Helix log

No response

Platform

ubuntu 22.04

Terminal Emulator

alacritty 0.13.2 (bb8ea18)

Installation Method

apt

Helix Version

helix 24.3 (2cadec0)

O136 avatar Apr 07 '24 12:04 O136