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

Port of evil-unimpaired code from spacemacs, for general evil use.

Results 3 evil-unimpaired issues
Sort by recently updated
recently updated
newest added

# MWE ```txt line 1 line 2 line 3 ``` 1. Go to top of file: `gg`. 2. Delete the first two lines: `V j d`. 3. Yank "line 3":...

I ran into an issue where the buffer and window motion bindings would get stuck on read-only buffers, so I added support for enabled state configuration. This was achieved by:...

vim-unimpaired contains some extra pasting shortcuts. What would it take to implement them as part of evil-unimpaired? I especially got used to |]p|, |[p|, |[P|, and |]P| versions of those...