cursorcross.vim icon indicating copy to clipboard operation
cursorcross.vim copied to clipboard

Sane cursorcolumn and cursorline handling

Results 4 cursorcross.vim issues
Sort by recently updated
recently updated
newest added

When in insert mode with cursorcross enabled, typing enter (``) causes vim to hang. When I press `` to break out of it, I find that it's inserted thousands of...

``` @media @medium { 22__trigger_or_fallback("", ""CursorCrossBS.plural & { height: 9.375em; } } ``` What's happening?

delimitMate plugin has an option to expand CR, for example, when I type { and press enter I get: { | } but when cursorcross is loaded I get: {...

The default maps to toggle cursorline / cursorcolumn are also provided by the [unimpaired plugin](https://github.com/tpope/vim-unimpaired) ("coc", "cou", "cox"). The documentation should point at it. Apart from that, the `g:cursorcross_mappings` setting...