Wikia

Vim Tips Wiki

Watchlist Recent changes

Quick way to insert opening and closing braces for programmers

Duplicate tip

This tip is very similar to the following:

These tips need to be merged – see the merge guidelines.

Tip 677 Printable Monobook Previous Next

created 2004 · complexity basic · author Yada · version 5.7


This insert-mode map is fairly easy. It will save a lot of keystrokes for opening and closing braces when programming. It works best with cindent on (:set cindent) since vim will automatically indent to the right tabstop. I mapped it to insert-mode Ctrl-F.

Example:

int main() Ctrl-F

will produce:

int main() {
    |
}

insert the following in your vimrc file

" Opening and closing braces
imap <C-F> {<CR>}<C-O>O

CommentsEdit

Pages on Vim Tips Wiki

Add a Page
1,586pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
71photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki