Changeset 15061 for dotfiles/vim/cho45/.vimrc
- Timestamp:
- 07/03/08 00:54:12 (6 months ago)
- Files:
-
- 1 modified
-
dotfiles/vim/cho45/.vimrc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vim/cho45/.vimrc
r9161 r15061 108 108 109 109 " mapping 110 111 inoremap <BS> 110 112 111 113 nnoremap j gj … … 187 189 \ ], 188 190 \ } 189 let g:FuzzyFinderOptions.MruFile.max_item = 400191 let g:FuzzyFinderOptions.MruFile.max_item = 1000 190 192 191 193 nmap bg :FuzzyFinderBuffer<CR> … … 302 304 "inoremap [ [<ESC>a 303 305 306 set nofoldenable 304 307 set lazyredraw 305 308 inoremap <expr> <CR> pumvisible() ? "\<C-Y>\<CR>" : "\<CR>" … … 310 313 autocmd BufNewFile,BufRead COMMIT_EDITMSG set filetype=git | AutoComplPopDisable 311 314 315 nnoremap <C-h> :<C-u>help<Space> 316 nnoremap <C-c> :<C-u>close<CR> 317
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)