Eedrah

Results 12 issues of Eedrah

I'm finding that there's some conflict with tpope's vim-surround plugin. I migrated to this from vim-easyclip, so that I could save my cuts to the yank ring with the option...

I thought the graceful back-down times code was really clever - to double the time to poll for the challenge. I'm definitely going to use the method in other places....

First, thanks for a great project! My main branch that I want gitlab to compare everything to is `dev`, but my branch that pages is built from is `prod`. I...

```Tips: nmap § will allow you to use asterisk as multiple cursors in a vim way``` Thanks!!

I clarified the wording, and added some extra instructions, with the hope that new issues will be of higher quality and easier to process. This also automatically adds the 'potential...

I had trouble passing the automated PR checks because this repo applies prettier, but it doesn't say what settings to use. It took me a while to figure out that...

Providing people a link to Slack to answer their questions faster will also help us keep the issue queue focused. If people don't want this Github still provides them an...

**Is your feature request related to a problem? Please describe.** I cannot set required reviewers on a PR **Describe the solution you'd like** Currently we can set optional reviewers with...

Feature

# Issue: The combination of mxw/vim-jsx and junegunn/rainbow_parentheses.vim, with a custom g:rainbow#pairs list, breaks syntax highlighting. # Minimal .vimrc to replicate: ```vim set nocompatible filetype indent plugin on syntax on...

Currently when I `cr?` it moves the cursor to the front of the WORD - Is this intended functionality? It would be nice to have an option that keeps the...