.vimrc

changeset 576
646a1e199207
parent 575
fa876d0471c4
child 577
c3ecffb36fb7
equal deleted inserted replaced
575:fa876d0471c4 576:646a1e199207
51 Plugin 'yko/mojo.vim' 51 Plugin 'yko/mojo.vim'
52 Plugin 'slashmili/alchemist.vim' 52 Plugin 'slashmili/alchemist.vim'
53 Plugin 'nathangrigg/vim-beancount' 53 Plugin 'nathangrigg/vim-beancount'
54 Plugin 'chr4/sslsecure.vim' 54 Plugin 'chr4/sslsecure.vim'
55 55
56 let g:no_viewdoc_maps = 1
57 Plugin 'powerman/vim-plugin-viewdoc' 56 Plugin 'powerman/vim-plugin-viewdoc'
58 Plugin 'powerman/vim-plugin-AnsiEsc' 57 Plugin 'powerman/vim-plugin-AnsiEsc'
58
59 let g:no_viewdoc_maps = 1
59 60
60 try 61 try
61 execute 'source ' . s:filename . '.local-pre' 62 execute 'source ' . s:filename . '.local-pre'
62 catch 63 catch
63 endtry 64 endtry
65 call vundle#end() 66 call vundle#end()
66 " }}} 67 " }}}
67 68
68 69
69 " Key maps {{{ 70 " Key maps {{{
70 nmap <silent> <F1> :Unite buffer<CR> 71 nmap <silent> <F1> :Unite buffer<CR>
71 nmap <silent> <C-F1> :Unite -quick-match -short-source-names window tab:no-current<CR> 72 nmap <silent> <C-F1> :Unite -quick-match -short-source-names window tab:no-current<CR>
72 nmap <silent> <A-F1> :Unite session<CR> 73 nmap <silent> <A-F1> :Unite session<CR>
73 nmap <silent> <F2> :VimFilerExplorer<CR> 74 nmap <silent> <F2> :VimFilerExplorer<CR>
74 nmap <silent> <C-F2> :Unite -start-insert file_rec/async:!<CR> 75 nmap <silent> <C-F2> :Unite -start-insert file_rec/async:!<CR>
75 map <silent> <F4> :noh<CR> 76 map <silent> <F4> :noh<CR>
76 nmap <silent> <F5> :GundoToggle<CR> 77 nmap <silent> <F5> :GundoToggle<CR>
77 nmap <silent> <F8> :TagbarToggle<CR> 78 nmap <silent> <F8> :TagbarToggle<CR>
78 79
79 " stop opening help by mistake 80 " stop opening help by mistake
80 imap <F1> <ESC> 81 imap <F1> <ESC>
81 82
82 " let F4, :noh work as-is in insert mode 83 " let F4, :noh work as-is in insert mode

mercurial