diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-02-21 01:52:16 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-02-26 11:57:52 +0100 |
commit | 300eca3d301e407adadc017e71502d20a4b207e8 (patch) | |
tree | 890ff867ffa56e4a0a773b6a3101f1b9117ba6c4 /runtime | |
parent | fedb8443d58af82f7603164395ff253b94c913ae (diff) | |
download | rneovim-300eca3d301e407adadc017e71502d20a4b207e8.tar.gz rneovim-300eca3d301e407adadc017e71502d20a4b207e8.tar.bz2 rneovim-300eca3d301e407adadc017e71502d20a4b207e8.zip |
options: 'scrollback'
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/nvim_terminal_emulator.txt | 3 | ||||
-rw-r--r-- | runtime/doc/options.txt | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt index 8f7dc0dbf0..f368e28911 100644 --- a/runtime/doc/nvim_terminal_emulator.txt +++ b/runtime/doc/nvim_terminal_emulator.txt @@ -98,8 +98,7 @@ Mouse input is also fully supported, and has the following behavior: Terminal buffers can be customized through the following global/buffer-local variables (set via the |TermOpen| autocmd): -- `{g,b}:terminal_scrollback_buffer_size`: Scrollback buffer size, between 1 - and 100000 inclusive. The default is 1000. +- 'scrollback' option: Scrollback lines (output history) limit. - `{g,b}:terminal_color_$NUM`: The terminal color palette, where `$NUM` is the color index, between 0 and 255 inclusive. This setting only affects UIs with RGB capabilities; for normal terminals the color index is simply forwarded. diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index cd257b7780..504363949b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4949,6 +4949,10 @@ A jump table for the options with a short description can be found at |Q_op|. be used as the new value for 'scroll'. Reset to half the window height with ":set scroll=0". + *'scrollback'* *'scbk'* *'noscrollback'* *'noscbk'* +'scrollback' 'scbk' boolean (default: 1000) + global or local to buffer |global-local| + *'scrollbind'* *'scb'* *'noscrollbind'* *'noscb'* 'scrollbind' 'scb' boolean (default off) local to window |