.vimrc

changeset 297
d6312223b1ff
parent 296
7a9c9052fe7f
child 306
e3fad58ac4ac
equal deleted inserted replaced
296:7a9c9052fe7f 297:d6312223b1ff
113 113
114 114
115 " Key maps {{{ 115 " Key maps {{{
116 116
117 " F1 - Unite to switch buffers 117 " F1 - Unite to switch buffers
118 nmap <silent> <F1> :Unite -auto-resize buffer<CR> 118 nmap <silent> <F1> :Unite buffer<CR>
119 " S-F1 - Unite to switch windows or tabs 119 " S-F1 - Unite to switch windows or tabs
120 nmap <silent> <S-F1> :Unite -quick-match -short-source-names window tab:no-current<CR> 120 nmap <silent> <S-F1> :Unite -quick-match -short-source-names window tab:no-current<CR>
121 nmap <silent> <A-F1> :Unite session<CR> 121 nmap <silent> <A-F1> :Unite session<CR>
122 nmap <silent> <F2> :VimFilerExplorer<CR> 122 nmap <silent> <F2> :VimFilerExplorer<CR>
123 map <silent> <F4> :noh<CR> 123 map <silent> <F4> :noh<CR>

mercurial