vim-express icon indicating copy to clipboard operation
vim-express copied to clipboard

Easily create custom Vim operators using expressions and substitutions

Results 3 vim-express issues
Sort by recently updated
recently updated
newest added

It took me a while until I realized that it is possible to achieve buffer-local mappings with `MapExpress` and `MapSubpress`, by prepending the lhs of the mapping with ``, e.g....

I just found this plugin, and it looks really nice! I tried to do this mapping: ``` "duplicate function MapExpress d repeat(v:val, v:count1) ``` But this just deletes the motion,...