Browse Source

Increase nvim terminal scrollback buffer

Thomas Dy 9 years ago
parent
commit
8a4b7e1ece
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@@ -104,6 +104,7 @@ nnoremap <C-T>l :tabnext<cr>
 " ------ nvim specific ------
 if has('nvim')
   let g:airline#themes#dark#palette.terminal = copy(g:airline#themes#dark#palette.insert)
+  let g:terminal_scrollback_buffer_size = 10000
 
   tnoremap <C-j><C-j> <C-\><C-N>
   tmap <C-T> <C-\><C-N><C-T>