Skip to content

Instantly share code, notes, and snippets.

@yurfuwa-chan
Created December 19, 2012 16:25
Show Gist options
  • Save yurfuwa-chan/4337994 to your computer and use it in GitHub Desktop.
Save yurfuwa-chan/4337994 to your computer and use it in GitHub Desktop.
カーソルを自動的に()の中へ
" カーソルを自動的に()の中へ
imap {} {}<Left>
imap [] []<Left>
imap () ()<Left>
imap "" ""<Left>
imap '' ''<Left>
imap <> <><Left>
imap // //<left>
imap /// ///<left>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment