struct

Commander::ViewerConfigSnapshot

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(external_viewer : String | Nil = nil, external_editor : String | Nil = nil, max_buffer_size : Int64 = 32768_i64, tab_width : Int32 = 4, show_line_numbers : Bool = false, word_wrap : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

external_editor
Source
external_viewer
Source
max_buffer_size
Source
show_line_numbers
Source
tab_width
Source
word_wrap
Source