mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
nushell: unset buffer_editor to use $env.EDITOR
This commit is contained in:
parent
78546a6fb3
commit
cbd9d5c906
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ $env.config.rm.always_trash = false
|
||||||
$env.config.recursion_limit = 100
|
$env.config.recursion_limit = 100
|
||||||
|
|
||||||
$env.config.edit_mode = "vi"
|
$env.config.edit_mode = "vi"
|
||||||
$env.config.buffer_editor = "editor"
|
|
||||||
|
|
||||||
$env.config.cursor_shape.emacs = "line"
|
$env.config.cursor_shape.emacs = "line"
|
||||||
$env.config.cursor_shape.vi_insert = "line"
|
$env.config.cursor_shape.vi_insert = "line"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue