Skip to content

Commit

Permalink
added unite line height.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanetann committed Feb 1, 2013
1 parent a828b61 commit 29b319a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Expand Up @@ -194,6 +194,7 @@ let g:unite_source_file_mru_limit = 10
let g:unite_enable_start_insert = 1
"let g:unite_source_grep_default_opts = '-iRHn'
let g:unite_source_grep_max_candidates = 100
let g:unite_winheight = 10
nnoremap <Space>uu :<C-u>Unite
nnoremap <silent> <Space>ud :<C-u>Unite file_rec<CR>
nnoremap <silent> <Space>uD :<C-u>Unite file_rec -auto-preview<CR>
Expand Down

0 comments on commit 29b319a

Please sign in to comment.