Skip to content

Latest commit

 

History

History
58 lines (27 loc) · 741 Bytes

File metadata and controls

58 lines (27 loc) · 741 Bytes

Home > bitburner > EditorOptions

EditorOptions interface

Options for opening the code editor

Signature:

interface EditorOptions 

Properties

Property

Modifiers

Type

Description

vim?

boolean

(Optional) Optional. If true, opens the editor in vim mode. If false, opens the editor in nano mode. If not provided, uses the user's default editor settings