zsh-autopair icon indicating copy to clipboard operation
zsh-autopair copied to clipboard

Auto-close and delete matching delimiters in zsh

Results 14 zsh-autopair issues
Sort by recently updated
recently updated
newest added

In windows, user cannot create symbolic link without administrator privilege or enable the developer mode. So change symbolic links to normal files should be convenient to clone this project in...

### What would you like to know? Hi, I've been using the plugin in Linux, and everything was working great. However, I recently switched to a Mac, and the auto-pair...

question

### Describe your request In windows' msys2, `git clone` will convert any symbolic link to a file which content is the targe filename. ### Briefly explain its use-case How about...

enhancement

In some other autopairs plugins (I use https://github.com/LucHermitte/lh-brackets), there is a shortcut to exit out of all matched scopes. e.g. if you had this function mapped to Ctrl-L: `cat ./{staging,prod{A,B|}}.{txt,zip}`...

would love to be able to install `zsh-autopair` with Homebrew

enhancement

I love this plugin so much. But one thing that sorta bothers me is this: Typing `"` once gives me this `"|"` (where `|` is the cursor). Pressing `Backspace` once...

enhancement
help wanted

Assuming `|` is the cursor position: `echo $AUTOPAIR_PAIRS[|]` => Tab ### Expected - autocompletes hash table keys. ![Hash completion](https://v0.io/dl/autopair01.png) ### Actual Trailing `]` interferes with completion and no completion is...

bug
help wanted

zsh-autopair overrides some existing keys like `"`, `'` and such. Those keys can't be used with their original behaviour after zsh-autopair sourced if users have existing widgets for that. Recently,...

bug
enhancement
help wanted

pressing space in the interactive shell after `setopt KSHARRAYS` result in cluttering error messages: ``` _ap-get-pair:2: no matches found: "[ ] ``` rewriting the plugin in the old convention can...