标签:
plugins=(git brew mvn svn svn-fast-info sbt go pip zsh-syntax-highlighting npm)
.ideavimrc
改了一些键位的mapping,如果是写go或者python的那种小脚本我就会用vim cvim
没有Vimperator
那么酷炫,但基本也够用了,关键是chrome的爹好,而且平时也用gmail啥的,账号同步还是比较方便的 quiver
了,同步现在就用iCloud
worksheet
和sbt
中的console是很多人一开始并不会去用的功能,但真心觉得这两个是project
级别的神器,另一个是无水scala群主,国内scala大牛老猪写的scalaconsole,在一些简单的语法上如果不想打开ide,那么这个也是一个神器,还有就是高亮scala的repl
: alias scala=‘scala -Dscala.color‘
,因为我用zsh,所以是在.zshrc
,如果是bash则是.bashrc
中 ideavim
,另一个是Key promoter
,最后还有zookeeper
caffeine
的小插件,可以防止电脑锁屏jenv
进行jdk版本切换的,因为编译通常只要在shell里面完成一次编译就可以,控制成session级别的还是比较赞的 我的工作中的todo list现在都是用worktile,如果是个人的则用笔记记一下,写成markdown格式的
M570
,因为我用双屏,在双屏切换的时候甩动轨迹球还是比较爽的hhkb
,妈妈再也不担心我嫌弃键盘不好了"dev
Plugin ‘gmarik/Vundle.vim‘ "package manager
"Common
Plugin ‘tpope/vim-surround‘ "surroundings in xml,tags,quotes
Plugin ‘tpope/vim-repeat‘ "repeat plugin command rather than the using the `.`
Plugin ‘rhysd/conflict-marker.vim‘ "highlight ,jump and resolve conflict markers quickly in vim
Plugin ‘jiangmiao/auto-pairs‘ "auto pair
"Plugin ‘vim-scripts/delimitMate.vim‘ "same as auto pair
Plugin ‘ctrlpvim/ctrlp.vim‘ "finder tag ,file in vim
Plugin ‘tacahiroy/ctrlp-funky‘ "ctrlp-extension
Plugin ‘easymotion/vim-easymotion‘ "vim motion on speed
Plugin ‘mbbill/undotree‘ "undo tree
Plugin ‘gcmt/wildfire.vim‘ "quickly select the colsest text object
Plugin ‘tpope/vim-pathogen‘ "rutimepath manager
Plugin ‘vim-scripts/sessionman.vim‘ "session save in $Home/.vim/sessions
Plugin ‘vim-scripts/Conque-Shell‘ "shell in vim
Plugin ‘vim-scripts/winmanager‘ "window manager
Plugin ‘vim-scripts/TaskList.vim‘ "task manager td
Plugin ‘vim-scripts/taglist.vim‘ "taglist
Plugin ‘airblade/vim-gitgutter‘ "git diff
Plugin ‘godlygeek/tabular‘
Plugin ‘plasticboy/vim-markdown‘
Plugin ‘moll/vim-bbye‘ "buffer bye
Plugin ‘rizzatti/dash.vim‘
"color
Plugin ‘vim-airline/vim-airline‘ "light as air
Plugin ‘altercation/vim-colors-solarized‘ "color
Plugin ‘spf13/vim-colors‘ "color
Plugin ‘flazz/vim-colorschemes‘ "color colorscheme wombat
Plugin ‘nathanaelkane/vim-indent-guides‘ "indent-guides in code can be easy to find
"Plugin ‘vim-scripts/indentLine.vim‘ "display vertical lines
Plugin ‘mhinz/vim-signify‘ "diff file using :h signify
Plugin ‘osyo-manga/vim-over‘ "replace world highlight
Plugin ‘vim-airline/vim-airline-themes‘
"nerdtree
Plugin ‘scrooloose/nerdtree‘ "file tree
Plugin ‘Xuyuanp/nerdtree-git-plugin‘ "git
Plugin ‘jistr/vim-nerdtree-tabs‘ "tab
"program
Plugin ‘scrooloose/syntastic‘ "syntastic code
Plugin ‘tpope/vim-fugitive‘ "Git Gstatus ,Gcommit ,Gblame,Gmove,Gremove,Ggrep,Gread,Gbrowse
Plugin ‘mattn/webapi-vim‘ "web api support
Plugin ‘mattn/gist-vim‘ "Gist suuport
Plugin ‘scrooloose/nerdcommenter‘ "count code
Plugin ‘tpope/vim-commentary‘ "comment stuff out ,gcc,gc
Plugin ‘luochen1990/rainbow‘ "rain bow
Plugin ‘majutsushi/tagbar‘ "ctags
"autocomplete
Plugin ‘Valloric/YouCompleteMe‘
Plugin ‘SirVer/ultisnips‘
Plugin ‘honza/vim-snippets‘
"python
Plugin ‘klen/python-mode‘
Plugin ‘davidhalter/jedi‘
Plugin ‘yssource/python.vim‘
Plugin ‘vim-scripts/python_match.vim‘
Plugin ‘vim-scripts/pythoncomplete‘
"scala
Plugin ‘derekwyatt/vim-scala‘
"Plugin ‘derekwyatt/vim-sbt‘
"Plugin ‘vim-scripts/xptemplate‘
Plugin ‘ensime/ensime-vim‘
"Plugin ‘ktvoelker/sbt-vim‘
"go
Plugin ‘Blackrush/vim-gocode‘
Plugin ‘fatih/vim-go‘
windows:
- test-part-1:
layout: tiled
panes:
- ssh host1
- ssh host2
- test-part-2:
layout: tiled
panes:
-
- ssh host3
- ssh host4
- test-part-3:
layout: tiled
panes:
- ssh host5
- ssh host6
- test-part-4:
layout: tiled
panes:
- ssh host7
- ssh host8
- ssh host9
标签:
原文地址:http://blog.csdn.net/cjuexuan/article/details/51295942