All Projects → Townk → Vim Autoclose

Townk / Vim Autoclose

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.

Labels

Projects that are alternatives of or similar to Vim Autoclose

Spacegray.vim
A Vim color scheme loosely based on the Spacegray Xcode theme.
Stars: ✭ 366 (-26.36%)
Mutual labels:  viml
Dotvim
lean & mean vim distribution
Stars: ✭ 425 (-14.49%)
Mutual labels:  viml
Vim Seek
Seek makes navigating long lines effortless, acting like f but taking two characters.
Stars: ✭ 452 (-9.05%)
Mutual labels:  viml
Vim Sublime
A ready to use minimal Vim (Sublime Text -like) .vimrc configuration
Stars: ✭ 384 (-22.74%)
Mutual labels:  viml
Vim Devicons
Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more
Stars: ✭ 4,473 (+800%)
Mutual labels:  viml
Vim Ruby Debugger
Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)
Stars: ✭ 434 (-12.68%)
Mutual labels:  viml
Vim Tags
Ctags generator for Vim
Stars: ✭ 356 (-28.37%)
Mutual labels:  viml
Vim Es6
List of JavaScript ES6 snippets and syntax highlighting for vim.
Stars: ✭ 465 (-6.44%)
Mutual labels:  viml
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+801.21%)
Mutual labels:  viml
Wildfire.vim
Smart selection of the closest text object
Stars: ✭ 448 (-9.86%)
Mutual labels:  viml
Todo.txt Vim
Vim plugin for Todo.txt
Stars: ✭ 383 (-22.94%)
Mutual labels:  viml
Dbext.vim
Provides database access to many dbms (Oracle, Sybase, Microsoft, MySQL, DBI,..)
Stars: ✭ 397 (-20.12%)
Mutual labels:  viml
Ghcmod Vim
Happy Haskell programming on Vim, powered by ghc-mod
Stars: ✭ 435 (-12.47%)
Mutual labels:  viml
Vim Swift
Adds Swift support to vim. It covers syntax, intenting, and more.
Stars: ✭ 373 (-24.95%)
Mutual labels:  viml
Yunocommit.vim
Y U NO commit after so many writes???
Stars: ✭ 456 (-8.25%)
Mutual labels:  viml
Eddie Vim
Yet another vimrc
Stars: ✭ 365 (-26.56%)
Mutual labels:  viml
Vim Golang
Github mirror of Go vimscripts, synced with main repository
Stars: ✭ 432 (-13.08%)
Mutual labels:  viml
Kotlin Vim
Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support
Stars: ✭ 479 (-3.62%)
Mutual labels:  viml
Vim Taskwarrior
vim interface for taskwarrior
Stars: ✭ 456 (-8.25%)
Mutual labels:  viml
Vim Bufferline
super simple vim plugin to show the list of buffers in the command bar
Stars: ✭ 448 (-9.86%)
Mutual labels:  viml

========== README.txt

This  plugin was  born  as a  personal  need to  get  some little  special

features from other editors into my preferred one. The Eclipse IDE editor has an auto-complete for open-close pair of characters feature that I always wanted into Vim.

As  soon as  you type  a character  that could  have a  matching (closing)

counterpart, Eclipse automatically puts its counterpart in front of your cursor, and it is smart enough to ignore the closing character afterwards, if typed, but just moves your cursor one character forward.

But  the Eclipse  editor  does not  stop  there. If  you  type an  opening

character on any part of your code that should not have a pair completion, it will not insert the closing character for you.

The AutoClose plugin is an attempt to reproduce this behavior for Vim.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].