Loading dotrc/.vim/vimrc/bundles-options.vim +6 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,12 @@ if 1 == VimRCBundlesMisc let delimitMate_expand_inside_quotes = 1 let delimitMate_jump_expansion = 1 " +----------------------------------------------- " | Custom Text Objects " +----------------------------------------------- call camelcasemotion#CreateMotionMappings('<leader>') endif " +----------------------------------------------- Loading dotrc/.vim/vimrc/bundles.vim +7 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,14 @@ if 1 == VimRCBundlesMisc Plugin 'Wombat' " Close duplicate tabs Plugin 'sorribas/vim-close-duplicate-tabs' " Create your own text objects Plugin 'kana/vim-textobj-user' " Camelcase motion Plugin 'camelcasemotion' Plugin 'bkad/CamelCaseMotion' " Text object representing lines of code at the same indent level Plugin 'michaeljsmith/vim-indent-object' " A custom text object for selecting ruby blocks Plugin 'nelstrom/vim-textobj-rubyblock' " Better file browser Plugin 'scrooloose/nerdtree' " Tab list panel Loading Loading
dotrc/.vim/vimrc/bundles-options.vim +6 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,12 @@ if 1 == VimRCBundlesMisc let delimitMate_expand_inside_quotes = 1 let delimitMate_jump_expansion = 1 " +----------------------------------------------- " | Custom Text Objects " +----------------------------------------------- call camelcasemotion#CreateMotionMappings('<leader>') endif " +----------------------------------------------- Loading
dotrc/.vim/vimrc/bundles.vim +7 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,14 @@ if 1 == VimRCBundlesMisc Plugin 'Wombat' " Close duplicate tabs Plugin 'sorribas/vim-close-duplicate-tabs' " Create your own text objects Plugin 'kana/vim-textobj-user' " Camelcase motion Plugin 'camelcasemotion' Plugin 'bkad/CamelCaseMotion' " Text object representing lines of code at the same indent level Plugin 'michaeljsmith/vim-indent-object' " A custom text object for selecting ruby blocks Plugin 'nelstrom/vim-textobj-rubyblock' " Better file browser Plugin 'scrooloose/nerdtree' " Tab list panel Loading