vim-autoclose
vim-autoclose copied to clipboard
This plugin for Vim enable an auto-close chars feature for you. For instance if you type an '(', ``autoclose`` will automatically insert a ')' and put the cursor between than.
Is there a way of entering a line break whan auto-closing? Specially in CSS, when I write ```css .foo { ``` I get ```css .foo {|} ``` Is there a...
Looks like single or double quotes (' or ") not working in javascript file. but it works for txt file. So how can configure it to make it work in...
Hi 1st conflict: Returning to normal mode when YCM popup is shown and ESC is pressed. This can be fixed by adding let g:AutoClosePumvisible = {"ENTER": "", "ESC": ""} to...
Inappropriate auto-close behavior if cursor is moved in INSERT mode. When cursor is moved and `ESC` pressed, `vim-autoclose` adds quote `"` at wrong position. To reproduce this issue, first add...
when I installed vim-autoclose it turned off latex-suite functionality
complete_CTRL-E is different from Escape in the popup menu; Escape is meant to close it, while CTRL-E will leave you in insert mode.
### Bug description When a document is set up like this, with a two-letter word started and the cursor in the first line of a wrapped line (with `:set wrap`):...
Tmux 2.1 and later requires TERM to be tmux* to enable italic fonts. However, with TERM=tmux-256color and AutoClose enabled, arrow keys generates ABCD sequences in insert mode. I fixed this...