iy-go-to-char icon indicating copy to clipboard operation
iy-go-to-char copied to clipboard

Go to next CHAR which is similar to "f" and "t" in vim

Results 3 iy-go-to-char issues
Sort by recently updated
recently updated
newest added

好吧, 既然知道你是谁, 我就不用我的二流英文跟你交流了。 发现一个跳转到指定字符之后,无法立即复制的 Bug. 假设存在这样一段 Ruby 代码: ``` ruby 'I_love_you'.split('_') # => ['I', 'love', 'you'] ``` 起始位置在 `]` 后面, 我现在希望复制 `# => ['I', 'love', 'you']`, 我的做法是: (下面都是通过快捷键操作, 为了方便解释问题, 写出命令...

Hello, thanks for sharing this useful package. There is a problem with the value of `last-command` after having executed any command from this package. The value of `last-command` will be...

As far as I can tell giving `iy-go-to-char` a numeric argument `n` behaves as follows: 1. It always searches _forward_ for the `abs(n)`-th occurence of the character. One might reasonably...

ready