62 |
62 |
63 Plugin 'editorconfig/editorconfig-vim' |
63 Plugin 'editorconfig/editorconfig-vim' |
64 |
64 |
65 Plugin 'Shougo/vimproc.vim' |
65 Plugin 'Shougo/vimproc.vim' |
66 Plugin 'Shougo/unite.vim' |
66 Plugin 'Shougo/unite.vim' |
67 Plugin 'Shougo/vimshell.vim' |
|
68 Plugin 'Shougo/vimfiler.vim' |
67 Plugin 'Shougo/vimfiler.vim' |
69 Plugin 'Shougo/unite-session' |
68 Plugin 'Shougo/unite-session' |
70 Plugin 'sjl/gundo.vim' |
69 Plugin 'sjl/gundo.vim' |
71 Plugin 'majutsushi/tagbar' |
70 Plugin 'majutsushi/tagbar' |
72 |
71 |
121 nmap <silent> <F1> :Unite -auto-resize -direction=dynamicbottom buffer<CR> |
120 nmap <silent> <F1> :Unite -auto-resize -direction=dynamicbottom buffer<CR> |
122 " S-F1 - Unite to switch windows or tabs |
121 " S-F1 - Unite to switch windows or tabs |
123 nmap <silent> <S-F1> :Unite -winheight=10 -quick-match -short-source-names window tab:no-current<CR> |
122 nmap <silent> <S-F1> :Unite -winheight=10 -quick-match -short-source-names window tab:no-current<CR> |
124 nmap <silent> <A-F1> :Unite -winheight=10 session<CR> |
123 nmap <silent> <A-F1> :Unite -winheight=10 session<CR> |
125 nmap <silent> <F2> :VimFilerExplorer<CR> |
124 nmap <silent> <F2> :VimFilerExplorer<CR> |
126 nmap <silent> <F3> :VimShell<CR> |
|
127 map <silent> <F4> :noh<CR> |
125 map <silent> <F4> :noh<CR> |
128 nmap <silent> <F5> :GundoToggle<CR> |
126 nmap <silent> <F5> :GundoToggle<CR> |
129 nmap <silent> <F8> :TagbarToggle<CR> |
127 nmap <silent> <F8> :TagbarToggle<CR> |
130 |
128 |
131 " This is supposed to get a CtrlP workalike with fuzzy match but i need to fix |
129 " This is supposed to get a CtrlP workalike with fuzzy match but i need to fix |