Skip to content

Commit

Permalink
chore:不要な行消した
Browse files Browse the repository at this point in the history
  • Loading branch information
OdaDaisuke committed Oct 22, 2018
1 parent 37e5910 commit aca39bf
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions vimrc/basic.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -230,34 +230,6 @@ if dein#load_state('~/.dein')
call dein#add('zah/nim.vim')
call dein#add('leafgarland/typescript-vim')

" http://blog.remora.cx/2010/12/vim-ref-with-unite.html
" """"""""""""""""""""""""""""""
" " Unit.vimの設定
" """"""""""""""""""""""""""""""
" " 入力モードで開始する
let g:unite_enable_start_insert=1
" " バッファ一覧
noremap <C-P> :Unite buffer<CR>
" " ファイル一覧
noremap <C-N> :Unite -buffer-name=file file<CR>
" " 最近使ったファイルの一覧
noremap <C-Z> :Unite file_mru<CR>
" " sourcesを「今開いているファイルのディレクトリ」とする
noremap :uff :<C-u>UniteWithBufferDir file -buffer-name=file<CR>
" " ウィンドウを分割して開く
au FileType unite nnoremap <silent> <buffer> <expr> <C-J>
" unite#do_action('split')
au FileType unite inoremap <silent> <buffer> <expr> <C-J>
" unite#do_action('split')
" " ウィンドウを縦に分割して開く
" au FileType unite nnoremap <silent> <buffer> <expr> <C-K>
" unite#do_action('vsplit')
" au FileType unite inoremap <silent> <buffer> <expr> <C-K>
" unite#do_action('vsplit')
" " ESCキーを2回押すと終了する
" au FileType unite nnoremap <silent> <buffer> <ESC><ESC> :q<CR>
" au FileType unite inoremap <silent> <buffer> <ESC><ESC> <ESC>:q<CR>))))

" Required:
call dein#end()
call dein#save_state()
Expand Down

0 comments on commit aca39bf

Please sign in to comment.