.vimrc

changeset 618
0305d79486fa
parent 614
2c3afa7e900f
child 619
b1cd1ee191be
equal deleted inserted replaced
617:595c6f803258 618:0305d79486fa
59 call vundle#end() 59 call vundle#end()
60 " }}} 60 " }}}
61 61
62 " Key maps {{{ 62 " Key maps {{{
63 nmap <silent> <F1> :Unite buffer<CR> 63 nmap <silent> <F1> :Unite buffer<CR>
64 nmap <silent> <C-F1> :Unite -quick-match -short-source-names window tab:no-current<CR>
65 nmap <silent> <A-F1> :Unite session<CR>
66 nmap <silent> <F2> :VimFilerExplorer<CR> 64 nmap <silent> <F2> :VimFilerExplorer<CR>
67 nmap <silent> <C-F2> :Unite -start-insert file_rec/async:!<CR>
68 map <silent> <F4> :noh<CR> 65 map <silent> <F4> :noh<CR>
69 nmap <silent> <F5> :GundoToggle<CR> 66 nmap <silent> <F5> :GundoToggle<CR>
70 nmap <silent> <F8> :TagbarToggle<CR> 67 nmap <silent> <F8> :TagbarToggle<CR>
68
69 nmap <leader>uw :Unite -quick-match -short-source-names window tab:no-current<CR>
70 nmap <leader>us :Unite -quick-match session<CR>
71 nmap <leader>uf :Unite -start-insert file_rec/async:!<CR>
71 72
72 " stop opening help by mistake 73 " stop opening help by mistake
73 imap <F1> <ESC> 74 imap <F1> <ESC>
74 75
75 " let F4, :noh work as-is in insert mode 76 " let F4, :noh work as-is in insert mode

mercurial