Show
Ignore:
Timestamp:
07/03/08 00:54:12 (6 months ago)
Author:
cho45
Message:

いろいろ修正したのをアップデート

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vim/cho45/.vimrc

    r9161 r15061  
    108108 
    109109" mapping 
     110 
     111inoremap  <BS> 
    110112 
    111113nnoremap j gj 
     
    187189      \   ], 
    188190      \ } 
    189 let g:FuzzyFinderOptions.MruFile.max_item = 400 
     191let g:FuzzyFinderOptions.MruFile.max_item = 1000 
    190192 
    191193nmap bg :FuzzyFinderBuffer<CR> 
     
    302304"inoremap [ [<ESC>a 
    303305 
     306set nofoldenable 
    304307set lazyredraw 
    305308inoremap <expr> <CR> pumvisible() ? "\<C-Y>\<CR>" : "\<CR>" 
     
    310313autocmd BufNewFile,BufRead COMMIT_EDITMSG set filetype=git | AutoComplPopDisable 
    311314 
     315nnoremap <C-h>  :<C-u>help<Space> 
     316nnoremap <C-c>  :<C-u>close<CR> 
     317