chore: use buffer instead of tab
This commit is contained in:
parent
8345a21fc4
commit
fadc990adf
@ -15,7 +15,7 @@ function M.config()
|
|||||||
disable_builtin_notifications = false,
|
disable_builtin_notifications = false,
|
||||||
use_magit_keybindings = false,
|
use_magit_keybindings = false,
|
||||||
-- Change the default way of opening neogit
|
-- Change the default way of opening neogit
|
||||||
kind = 'tab',
|
kind = 'replace',
|
||||||
-- The time after which an output console is shown for slow running commands
|
-- The time after which an output console is shown for slow running commands
|
||||||
console_timeout = 2000,
|
console_timeout = 2000,
|
||||||
-- Automatically show console if a command takes more than console_timeout milliseconds
|
-- Automatically show console if a command takes more than console_timeout milliseconds
|
||||||
|
Loading…
Reference in New Issue
Block a user