evil-matchit icon indicating copy to clipboard operation
evil-matchit copied to clipboard

Vim matchit ported into Emacs

Results 18 evil-matchit issues
Sort by recently updated
recently updated
newest added

``` python if ref_name.endswith('/') or \ ref_name.startswith('.') or \ ref_name.count('/.') or \ ref_name.count('..') or \ ref_name.endswith('.lock'): return False else: hello world ```

we need our Lisp API, better than nothing. Or maybe there is some hidden gem in Emacs?

cursor over `/` character and press % ``` javascript if (true /* test */) { } ``` happens in js2-mode but not c-mode

### Problem Description: evil-matchit seems to not support ruby’s endless method. I confirmed that it fails with the following test case. [Endless methods](https://rubyreferences.github.io/rubychanges/3.0.html#endless-method-definition "“Endless” method definition") are a new feature...

How to use `evilmi-jump-items-native` jump between inline math of a buffer under LaTeX-mode? For exmaple, a buffer just include the single line ``` \(aaa bbb\) ``` If the cursor is...