Reorg bundles, add vim-vinegar and vim-grubox alternate colorscheme
This commit is contained in:
parent
59bac45dc9
commit
fe6571e1e4
@ -207,6 +207,9 @@ of plugins above to learn more.
|
|||||||
* `,jF` factories
|
* `,jF` factories
|
||||||
* `Cmd-Shift-P` - Clear CtrlP cache
|
* `Cmd-Shift-P` - Clear CtrlP cache
|
||||||
* `:Bopen [gem name]` to navigate to a gem (@tpope/vim-bundler)
|
* `:Bopen [gem name]` to navigate to a gem (@tpope/vim-bundler)
|
||||||
|
* `Cmd-Shift-N` - NERDTree toggle
|
||||||
|
* `Ctrl-\` - Show current file in NERDTree
|
||||||
|
* `-` open the nerdtree in the current split, rather than popping out a project drawer (uses vim-vingar)
|
||||||
|
|
||||||
#### Better keystrokes for common editing commands
|
#### Better keystrokes for common editing commands
|
||||||
|
|
||||||
@ -227,8 +230,6 @@ of plugins above to learn more.
|
|||||||
* `ss` - horizontal split (`Ctrl-w,s`)
|
* `ss` - horizontal split (`Ctrl-w,s`)
|
||||||
* `,qo` - open quickfix window (this is where output from GitGrep goes)
|
* `,qo` - open quickfix window (this is where output from GitGrep goes)
|
||||||
* `,qc` - close quickfix
|
* `,qc` - close quickfix
|
||||||
* `Cmd-Shift-N` - NERDTree toggle
|
|
||||||
* `Ctrl-\` - Show current file in NERDTree
|
|
||||||
|
|
||||||
#### Utility
|
#### Utility
|
||||||
|
|
||||||
|
@ -52,22 +52,18 @@ Bundle "wavded/vim-stylus"
|
|||||||
" Git related...
|
" Git related...
|
||||||
Bundle "gregsexton/gitv"
|
Bundle "gregsexton/gitv"
|
||||||
Bundle "mattn/gist-vim"
|
Bundle "mattn/gist-vim"
|
||||||
Bundle "skwp/vim-git-grep-rails-partial"
|
|
||||||
Bundle "tjennings/git-grep-vim"
|
|
||||||
Bundle "tpope/vim-fugitive"
|
Bundle "tpope/vim-fugitive"
|
||||||
Bundle "tpope/vim-git"
|
Bundle "tpope/vim-git"
|
||||||
|
|
||||||
" General text editing improvements...
|
" General text editing improvements...
|
||||||
Bundle "AndrewRadev/splitjoin.vim"
|
Bundle "AndrewRadev/splitjoin.vim"
|
||||||
Bundle "Raimondi/delimitMate"
|
Bundle "Raimondi/delimitMate"
|
||||||
Bundle "Shougo/neocomplcache.git"
|
Bundle "Shougo/neocomplete.git"
|
||||||
Bundle "briandoll/change-inside-surroundings.vim.git"
|
Bundle "briandoll/change-inside-surroundings.vim.git"
|
||||||
Bundle "godlygeek/tabular"
|
Bundle "godlygeek/tabular"
|
||||||
Bundle "nelstrom/vim-visual-star-search"
|
|
||||||
Bundle "skwp/vim-easymotion"
|
Bundle "skwp/vim-easymotion"
|
||||||
Bundle "tomtom/tcomment_vim.git"
|
Bundle "tomtom/tcomment_vim.git"
|
||||||
Bundle "tpope/vim-bundler"
|
Bundle "tpope/vim-bundler"
|
||||||
Bundle "vim-scripts/IndexedSearch"
|
|
||||||
Bundle "vim-scripts/camelcasemotion.git"
|
Bundle "vim-scripts/camelcasemotion.git"
|
||||||
Bundle "vim-scripts/matchit.zip.git"
|
Bundle "vim-scripts/matchit.zip.git"
|
||||||
Bundle "terryma/vim-multiple-cursors"
|
Bundle "terryma/vim-multiple-cursors"
|
||||||
@ -77,21 +73,29 @@ Bundle "terryma/vim-multiple-cursors"
|
|||||||
Bundle "garbas/vim-snipmate.git"
|
Bundle "garbas/vim-snipmate.git"
|
||||||
Bundle "honza/vim-snippets"
|
Bundle "honza/vim-snippets"
|
||||||
|
|
||||||
|
"File Navigation / Project Management
|
||||||
|
Bundle "jistr/vim-nerdtree-tabs.git"
|
||||||
|
Bundle "scrooloose/nerdtree.git"
|
||||||
|
Bundle "kien/ctrlp.vim"
|
||||||
|
Bundle "tpope/vim-vinegar"
|
||||||
|
|
||||||
|
"Search
|
||||||
|
Bundle "rking/ag.vim"
|
||||||
|
Bundle "skwp/vim-git-grep-rails-partial"
|
||||||
|
Bundle "tjennings/git-grep-vim"
|
||||||
|
Bundle "vim-scripts/IndexedSearch"
|
||||||
|
Bundle "nelstrom/vim-visual-star-search"
|
||||||
|
|
||||||
" General vim improvements
|
" General vim improvements
|
||||||
Bundle "chrisbra/NrrwRgn"
|
Bundle "chrisbra/NrrwRgn"
|
||||||
Bundle "MarcWeber/vim-addon-mw-utils.git"
|
Bundle "MarcWeber/vim-addon-mw-utils.git"
|
||||||
Bundle "bogado/file-line.git"
|
Bundle "bogado/file-line.git"
|
||||||
Bundle "jistr/vim-nerdtree-tabs.git"
|
|
||||||
Bundle "kien/ctrlp.vim"
|
|
||||||
Bundle "majutsushi/tagbar.git"
|
Bundle "majutsushi/tagbar.git"
|
||||||
Bundle "mattn/webapi-vim.git"
|
Bundle "mattn/webapi-vim.git"
|
||||||
Bundle "rking/ag.vim"
|
|
||||||
Bundle "scrooloose/nerdtree.git"
|
|
||||||
Bundle "scrooloose/syntastic.git"
|
Bundle "scrooloose/syntastic.git"
|
||||||
Bundle "sjl/gundo.vim"
|
Bundle "sjl/gundo.vim"
|
||||||
Bundle "skwp/YankRing.vim"
|
Bundle "skwp/YankRing.vim"
|
||||||
Bundle "skwp/greplace.vim"
|
Bundle "skwp/greplace.vim"
|
||||||
Bundle "skwp/vim-conque"
|
|
||||||
Bundle "tomtom/tlib_vim.git"
|
Bundle "tomtom/tlib_vim.git"
|
||||||
Bundle "tpope/vim-abolish"
|
Bundle "tpope/vim-abolish"
|
||||||
Bundle "tpope/vim-endwise.git"
|
Bundle "tpope/vim-endwise.git"
|
||||||
@ -105,6 +109,8 @@ Bundle "vim-scripts/lastpos.vim"
|
|||||||
Bundle "vim-scripts/sudo.vim"
|
Bundle "vim-scripts/sudo.vim"
|
||||||
Bundle "xsunsmile/showmarks.git"
|
Bundle "xsunsmile/showmarks.git"
|
||||||
Bundle "terryma/vim-multiple-cursors"
|
Bundle "terryma/vim-multiple-cursors"
|
||||||
|
|
||||||
|
" Session Management
|
||||||
"vim-misc is required for vim-session
|
"vim-misc is required for vim-session
|
||||||
Bundle "xolox/vim-misc"
|
Bundle "xolox/vim-misc"
|
||||||
Bundle "xolox/vim-session"
|
Bundle "xolox/vim-session"
|
||||||
@ -130,6 +136,8 @@ Bundle "bling/vim-airline.git"
|
|||||||
Bundle "vim-scripts/TagHighlight.git"
|
Bundle "vim-scripts/TagHighlight.git"
|
||||||
Bundle "bogado/file-line.git"
|
Bundle "bogado/file-line.git"
|
||||||
Bundle "jby/tmux.vim.git"
|
Bundle "jby/tmux.vim.git"
|
||||||
|
Bundle "morhetz/gruvbox"
|
||||||
|
|
||||||
|
|
||||||
" Customization
|
" Customization
|
||||||
" The plugins listed in ~/.vim/.vundles.local will be added here to
|
" The plugins listed in ~/.vim/.vundles.local will be added here to
|
||||||
|
Loading…
Reference in New Issue
Block a user