Skip to content

Commit

Permalink
vim: configure expand-region
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Apr 4, 2013
1 parent 1732462 commit 54fe26a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,22 @@ let g:EasyMotion_keys = 'abcdefghijklmnopqrstuvwxyz'
" Eclim {{{2
let g:EclimLoggingDisabled = 1

" expand-region {{{2
let g:expand_region_text_objects = {
\ 'iw' : 0,
\ 'iW' : 0,
\ 'i"' : 0,
\ 'i''' : 0,
\ 'i]' : 1,
\ 'ib' : 1,
\ 'iB' : 1,
\ 'il' : 0,
\ 'ip' : 0,
\ 'ie' : 0,
\ 'if' : 1,
\ 'af' : 1,
\ }

" FSwitch {{{2
nnoremap <silent> <Leader>of :FSHere<cr>
nnoremap <silent> <Leader>ol :FSRight<cr>
Expand Down

0 comments on commit 54fe26a

Please sign in to comment.