Skip to content

Commit

Permalink
Override autoclose defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenko committed Sep 11, 2013
1 parent beada67 commit deb9112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -332,4 +332,7 @@ let g:NumberToggleTrigger = '<leader>m'
" Vimux
map <leader>rq :VimuxCloseRunner<CR>
" Autoclose
let g:AutoClosePairs = {'(': ')', '{': '}', '[': ']', '"': '"', "'": "'"}

" }}}

0 comments on commit deb9112

Please sign in to comment.