Set isolation
This commit is contained in:
parent
99eff755bb
commit
e9bf3e7a17
|
@ -14,6 +14,7 @@ $env.config.use_grid_icons = false
|
|||
$env.config.cursor_shape.emacs = block
|
||||
$env.config.history.max_size = 1_000_000_000_000_000
|
||||
$env.config.history.file_format = "sqlite"
|
||||
$env.config.history.isolation = true
|
||||
$env.config.filesize.metric = false
|
||||
$env.config.table.mode = light
|
||||
|
||||
|
|
Loading…
Reference in New Issue