Browse Source

docs: add option g:bufExplorerShowTerminal

Signed-off-by: jsvisa <delweng@gmail.com>
jsvisa 1 year ago
parent
commit
3df105fee3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      doc/bufexplorer.txt

+ 6 - 0
doc/bufexplorer.txt

@@ -254,6 +254,12 @@ To control the size of the new vertical split window, use: >
   let g:bufExplorerSplitVertSize=0          " New split windows size set by Vim.
   let g:bufExplorerSplitVertSize=0          " New split windows size set by Vim.
 The default is 0, so that the size is set by Vim.
 The default is 0, so that the size is set by Vim.
 
 
+                                                   *g:bufExplorerShowTerminal*
+To control whether terminal buffers are displayed in BufExplorer, use: >
+  let g:bufExplorerShowTerminal=1           " Show terminal buffers.
+  let g:bufExplorerShowTerminal=0           " Don't show terminal buffers.
+The default is 1, to show the terminal buffers.
+
                                                    *g:bufExplorerVersionWarn*
                                                    *g:bufExplorerVersionWarn*
 To control whether to warning about Vim version or not, use: >
 To control whether to warning about Vim version or not, use: >
   let g:bufExplorerVersionWarn=1       " Warn if version conflict.
   let g:bufExplorerVersionWarn=1       " Warn if version conflict.