.vimrc

changeset 188
ae4cf35b50ab
parent 180
96dbe6a6008d
child 200
ed0d44ce8115
equal deleted inserted replaced
187:84c6fa7ebc05 188:ae4cf35b50ab
108 endif 108 endif
109 " }}} 109 " }}}
110 110
111 111
112 " Key maps, mostly plugin stuff on F-keys {{{ 112 " Key maps, mostly plugin stuff on F-keys {{{
113 nmap <silent> <F1> :Unite -auto-resize -here buffer<CR> 113 nmap <silent> <F1> :Unite -auto-resize -direction=dynamicbottom buffer<CR>
114 nmap <silent> <S-F1> :Unite -winheight=5 -quick-match -short-source-names window tab:no-current<CR> 114 nmap <silent> <S-F1> :Unite -winheight=5 -quick-match -short-source-names window tab:no-current<CR>
115 nmap <silent> <F2> :VimFilerExplorer<CR> 115 nmap <silent> <F2> :VimFilerExplorer<CR>
116 nmap <silent> <F3> :VimShell<CR> 116 nmap <silent> <F3> :VimShell<CR>
117 map <silent> <F4> :noh<CR> 117 map <silent> <F4> :noh<CR>
118 nmap <silent> <F5> :GundoToggle<CR> 118 nmap <silent> <F5> :GundoToggle<CR>

mercurial