automatically close a terminal buffer if it has exited/returned
This commit is contained in:
@@ -5,6 +5,7 @@ M.hideStuff = function()
|
||||
vim.api.nvim_exec(
|
||||
[[
|
||||
au TermOpen term://* setlocal nonumber laststatus=0
|
||||
au TermClose term://* bd!
|
||||
au BufEnter,BufWinEnter,WinEnter,CmdwinEnter * if bufname('%') == "NvimTree" | set laststatus=0 | else | set laststatus=2 | endif
|
||||
]],
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user