Count not working?
```
(a (b (c (d (e)))))
```
If I have the cursor on `e` in normal mode and press `3<a-a>b` I expected a 3-deep selection, as happens in kakoune, but here I only get a one-deep selection: `(e)`. Am I misunderstanding how to use this or is something wrong?
关闭于 2025-07-14 1 条评论