Function( Function { head: Destructured( FunctionHeadDestructured { ellipsis: true, identifier: None, arguments: [ FunctionHeadDestructuredArgument { identifier: "config", default: None, }, FunctionHeadDestructuredArgument { identifier: "pkgs", default: None, }, FunctionHeadDestructuredArgument { identifier: "lib", default: None, }, ], }, ), body: LetIn( LetIn { bindings: [ Inherit( BindingInherit { from: Some( Identifier( Identifier { id: "lib", span: Span { start: Position { line: 4, column: 12, }, end: Position { line: 4, column: 15, }, }, }, ), ), attributes: [ Raw( PartRaw { content: "mkOption", span: Span { start: Position { line: 4, column: 17, }, end: Position { line: 4, column: 25, }, }, }, ), Raw( PartRaw { content: "mkIf", span: Span { start: Position { line: 4, column: 26, }, end: Position { line: 4, column: 30, }, }, }, ), Raw( PartRaw { content: "types", span: Span { start: Position { line: 4, column: 31, }, end: Position { line: 4, column: 36, }, }, }, ), ], span: Span { start: Position { line: 3, column: 4, }, end: Position { line: 4, column: 37, }, }, }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "cfg", span: Span { start: Position { line: 6, column: 3, }, end: Position { line: 6, column: 6, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 6, column: 9, }, end: Position { line: 6, column: 15, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "programs", span: Span { start: Position { line: 6, column: 16, }, end: Position { line: 6, column: 24, }, }, }, ), Raw( PartRaw { content: "tmux", span: Span { start: Position { line: 6, column: 25, }, end: Position { line: 6, column: 29, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultKeyMode", span: Span { start: Position { line: 8, column: 3, }, end: Position { line: 8, column: 17, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "emacs", span: Span { start: Position { line: 8, column: 22, }, end: Position { line: 8, column: 27, }, }, }, ), ], span: Span { start: Position { line: 8, column: 21, }, end: Position { line: 8, column: 28, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultResize", span: Span { start: Position { line: 9, column: 3, }, end: Position { line: 9, column: 16, }, }, }, ), ], to: Integer( Integer { value: "5", span: Span { start: Position { line: 9, column: 21, }, end: Position { line: 9, column: 22, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultShortcut", span: Span { start: Position { line: 10, column: 3, }, end: Position { line: 10, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "b", span: Span { start: Position { line: 10, column: 22, }, end: Position { line: 10, column: 23, }, }, }, ), ], span: Span { start: Position { line: 10, column: 21, }, end: Position { line: 10, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultTerminal", span: Span { start: Position { line: 11, column: 3, }, end: Position { line: 11, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "screen", span: Span { start: Position { line: 11, column: 22, }, end: Position { line: 11, column: 28, }, }, }, ), ], span: Span { start: Position { line: 11, column: 21, }, end: Position { line: 11, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "boolToStr", span: Span { start: Position { line: 13, column: 3, }, end: Position { line: 13, column: 12, }, }, }, ), ], to: Function( Function { head: Simple( FunctionHeadSimple { identifier: "value", }, ), body: IfThenElse( IfThenElse { predicate: Identifier( Identifier { id: "value", span: Span { start: Position { line: 13, column: 25, }, end: Position { line: 13, column: 30, }, }, }, ), then: String( String_ { parts: [ Raw( PartRaw { content: "on", span: Span { start: Position { line: 13, column: 37, }, end: Position { line: 13, column: 39, }, }, }, ), ], span: Span { start: Position { line: 13, column: 36, }, end: Position { line: 13, column: 40, }, }, }, ), else_: String( String_ { parts: [ Raw( PartRaw { content: "off", span: Span { start: Position { line: 13, column: 47, }, end: Position { line: 13, column: 50, }, }, }, ), ], span: Span { start: Position { line: 13, column: 46, }, end: Position { line: 13, column: 51, }, }, }, ), span: Span { start: Position { line: 13, column: 22, }, end: Position { line: 13, column: 51, }, }, }, ), span: Span { start: Position { line: 13, column: 15, }, end: Position { line: 13, column: 51, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "tmuxConf", span: Span { start: Position { line: 15, column: 3, }, end: Position { line: 15, column: 11, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "set -g default-terminal \"", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 16, column: 31, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 16, column: 33, }, end: Position { line: 16, column: 36, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "terminal", span: Span { start: Position { line: 16, column: 37, }, end: Position { line: 16, column: 45, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\"\nset -g base-index ", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 17, column: 29, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 17, column: 31, }, end: Position { line: 17, column: 39, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 17, column: 40, }, end: Position { line: 17, column: 43, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "baseIndex", span: Span { start: Position { line: 17, column: 44, }, end: Position { line: 17, column: 53, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\nsetw -g pane-base-index ", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 18, column: 29, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 18, column: 31, }, end: Position { line: 18, column: 39, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 18, column: 40, }, end: Position { line: 18, column: 43, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "baseIndex", span: Span { start: Position { line: 18, column: 44, }, end: Position { line: 18, column: 53, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\n\n", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 20, column: 5, }, }, }, ), Interpolation( PartInterpolation { expression: IfThenElse( IfThenElse { predicate: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 20, column: 10, }, end: Position { line: 20, column: 13, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "newSession", span: Span { start: Position { line: 20, column: 14, }, end: Position { line: 20, column: 24, }, }, }, ), ], default: None, }, ), then: String( String_ { parts: [ Raw( PartRaw { content: "new-session", span: Span { start: Position { line: 20, column: 31, }, end: Position { line: 20, column: 42, }, }, }, ), ], span: Span { start: Position { line: 20, column: 30, }, end: Position { line: 20, column: 43, }, }, }, ), else_: String( String_ { parts: [], span: Span { start: Position { line: 20, column: 49, }, end: Position { line: 20, column: 51, }, }, }, ), span: Span { start: Position { line: 20, column: 7, }, end: Position { line: 20, column: 51, }, }, }, ), }, ), Raw( PartRaw { content: "\n\n", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 22, column: 5, }, }, }, ), Interpolation( PartInterpolation { expression: IfThenElse( IfThenElse { predicate: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 22, column: 10, }, end: Position { line: 22, column: 13, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "reverseSplit", span: Span { start: Position { line: 22, column: 14, }, end: Position { line: 22, column: 26, }, }, }, ), ], default: None, }, ), then: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "bind v split-window -h\nbind s split-window -v\n", span: Span { start: Position { line: 23, column: 1, }, end: Position { line: 25, column: 5, }, }, }, ), ], span: Span { start: Position { line: 22, column: 32, }, end: Position { line: 25, column: 7, }, }, }, ), else_: String( String_ { parts: [], span: Span { start: Position { line: 25, column: 13, }, end: Position { line: 25, column: 15, }, }, }, ), span: Span { start: Position { line: 22, column: 7, }, end: Position { line: 25, column: 15, }, }, }, ), }, ), Raw( PartRaw { content: "\n\nset -g status-keys ", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 27, column: 24, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 27, column: 26, }, end: Position { line: 27, column: 29, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "keyMode", span: Span { start: Position { line: 27, column: 30, }, end: Position { line: 27, column: 37, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\nset -g mode-keys ", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 28, column: 24, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 28, column: 26, }, end: Position { line: 28, column: 29, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "keyMode", span: Span { start: Position { line: 28, column: 30, }, end: Position { line: 28, column: 37, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n\n", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 30, column: 5, }, }, }, ), Interpolation( PartInterpolation { expression: IfThenElse( IfThenElse { predicate: BinaryOperation( BinaryOperation { left: BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 30, column: 10, }, end: Position { line: 30, column: 13, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "keyMode", span: Span { start: Position { line: 30, column: 14, }, end: Position { line: 30, column: 21, }, }, }, ), ], default: None, }, ), operator: EqualTo, right: String( String_ { parts: [ Raw( PartRaw { content: "vi", span: Span { start: Position { line: 30, column: 26, }, end: Position { line: 30, column: 28, }, }, }, ), ], span: Span { start: Position { line: 30, column: 25, }, end: Position { line: 30, column: 29, }, }, }, ), }, ), operator: LogicalAnd, right: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 30, column: 33, }, end: Position { line: 30, column: 36, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "customPaneNavigationAndResize", span: Span { start: Position { line: 30, column: 37, }, end: Position { line: 30, column: 66, }, }, }, ), ], default: None, }, ), }, ), then: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "bind h select-pane -L\nbind j select-pane -D\nbind k select-pane -U\nbind l select-pane -R\n\nbind -r H resize-pane -L ", span: Span { start: Position { line: 31, column: 1, }, end: Position { line: 36, column: 30, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 36, column: 32, }, end: Position { line: 36, column: 40, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 36, column: 41, }, end: Position { line: 36, column: 44, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "resizeAmount", span: Span { start: Position { line: 36, column: 45, }, end: Position { line: 36, column: 57, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\nbind -r J resize-pane -D ", span: Span { start: Position { line: 31, column: 1, }, end: Position { line: 37, column: 30, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 37, column: 32, }, end: Position { line: 37, column: 40, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 37, column: 41, }, end: Position { line: 37, column: 44, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "resizeAmount", span: Span { start: Position { line: 37, column: 45, }, end: Position { line: 37, column: 57, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\nbind -r K resize-pane -U ", span: Span { start: Position { line: 31, column: 1, }, end: Position { line: 38, column: 30, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 38, column: 32, }, end: Position { line: 38, column: 40, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 38, column: 41, }, end: Position { line: 38, column: 44, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "resizeAmount", span: Span { start: Position { line: 38, column: 45, }, end: Position { line: 38, column: 57, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\nbind -r L resize-pane -R ", span: Span { start: Position { line: 31, column: 1, }, end: Position { line: 39, column: 30, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 39, column: 32, }, end: Position { line: 39, column: 40, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 39, column: 41, }, end: Position { line: 39, column: 44, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "resizeAmount", span: Span { start: Position { line: 39, column: 45, }, end: Position { line: 39, column: 57, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 31, column: 1, }, end: Position { line: 40, column: 5, }, }, }, ), ], span: Span { start: Position { line: 30, column: 72, }, end: Position { line: 40, column: 7, }, }, }, ), else_: String( String_ { parts: [], span: Span { start: Position { line: 40, column: 13, }, end: Position { line: 40, column: 15, }, }, }, ), span: Span { start: Position { line: 30, column: 7, }, end: Position { line: 40, column: 15, }, }, }, ), }, ), Raw( PartRaw { content: "\n\n", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 42, column: 5, }, }, }, ), Interpolation( PartInterpolation { expression: IfThenElse( IfThenElse { predicate: BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 42, column: 11, }, end: Position { line: 42, column: 14, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "shortcut", span: Span { start: Position { line: 42, column: 15, }, end: Position { line: 42, column: 23, }, }, }, ), ], default: None, }, ), operator: NotEqualTo, right: Identifier( Identifier { id: "defaultShortcut", span: Span { start: Position { line: 42, column: 27, }, end: Position { line: 42, column: 42, }, }, }, ), }, ), then: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "# rebind main key: C-", span: Span { start: Position { line: 43, column: 1, }, end: Position { line: 43, column: 26, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 43, column: 28, }, end: Position { line: 43, column: 31, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "shortcut", span: Span { start: Position { line: 43, column: 32, }, end: Position { line: 43, column: 40, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\nunbind C-", span: Span { start: Position { line: 43, column: 1, }, end: Position { line: 44, column: 14, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "defaultShortcut", span: Span { start: Position { line: 44, column: 16, }, end: Position { line: 44, column: 31, }, }, }, ), }, ), Raw( PartRaw { content: "\nset -g prefix C-", span: Span { start: Position { line: 43, column: 1, }, end: Position { line: 45, column: 21, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 45, column: 23, }, end: Position { line: 45, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "shortcut", span: Span { start: Position { line: 45, column: 27, }, end: Position { line: 45, column: 35, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\nbind ", span: Span { start: Position { line: 43, column: 1, }, end: Position { line: 46, column: 10, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 46, column: 12, }, end: Position { line: 46, column: 15, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "shortcut", span: Span { start: Position { line: 46, column: 16, }, end: Position { line: 46, column: 24, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " send-prefix\nbind C-", span: Span { start: Position { line: 43, column: 1, }, end: Position { line: 47, column: 12, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 47, column: 14, }, end: Position { line: 47, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "shortcut", span: Span { start: Position { line: 47, column: 18, }, end: Position { line: 47, column: 26, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " last-window\n", span: Span { start: Position { line: 43, column: 1, }, end: Position { line: 48, column: 5, }, }, }, ), ], span: Span { start: Position { line: 42, column: 49, }, end: Position { line: 48, column: 7, }, }, }, ), else_: String( String_ { parts: [], span: Span { start: Position { line: 48, column: 13, }, end: Position { line: 48, column: 15, }, }, }, ), span: Span { start: Position { line: 42, column: 7, }, end: Position { line: 48, column: 15, }, }, }, ), }, ), Raw( PartRaw { content: "\n\nsetw -g aggressive-resize ", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 50, column: 31, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "boolToStr", span: Span { start: Position { line: 50, column: 33, }, end: Position { line: 50, column: 42, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 50, column: 43, }, end: Position { line: 50, column: 46, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "aggressiveResize", span: Span { start: Position { line: 50, column: 47, }, end: Position { line: 50, column: 63, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\nsetw -g clock-mode-style ", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 51, column: 31, }, }, }, ), Interpolation( PartInterpolation { expression: IfThenElse( IfThenElse { predicate: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 51, column: 36, }, end: Position { line: 51, column: 39, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "clock24", span: Span { start: Position { line: 51, column: 40, }, end: Position { line: 51, column: 47, }, }, }, ), ], default: None, }, ), then: String( String_ { parts: [ Raw( PartRaw { content: "24", span: Span { start: Position { line: 51, column: 54, }, end: Position { line: 51, column: 56, }, }, }, ), ], span: Span { start: Position { line: 51, column: 53, }, end: Position { line: 51, column: 57, }, }, }, ), else_: String( String_ { parts: [ Raw( PartRaw { content: "12", span: Span { start: Position { line: 51, column: 64, }, end: Position { line: 51, column: 66, }, }, }, ), ], span: Span { start: Position { line: 51, column: 63, }, end: Position { line: 51, column: 67, }, }, }, ), span: Span { start: Position { line: 51, column: 33, }, end: Position { line: 51, column: 67, }, }, }, ), }, ), Raw( PartRaw { content: "\nset -s escape-time ", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 52, column: 31, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 52, column: 33, }, end: Position { line: 52, column: 41, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 52, column: 42, }, end: Position { line: 52, column: 45, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "escapeTime", span: Span { start: Position { line: 52, column: 46, }, end: Position { line: 52, column: 56, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\nset -g history-limit ", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 53, column: 31, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 53, column: 33, }, end: Position { line: 53, column: 41, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 53, column: 42, }, end: Position { line: 53, column: 45, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "historyLimit", span: Span { start: Position { line: 53, column: 46, }, end: Position { line: 53, column: 58, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\n\n", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 55, column: 5, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 55, column: 7, }, end: Position { line: 55, column: 10, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "optionalString", span: Span { start: Position { line: 55, column: 11, }, end: Position { line: 55, column: 25, }, }, }, ), ], default: None, }, ), arguments: [ BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 55, column: 27, }, end: Position { line: 55, column: 30, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "plugins", span: Span { start: Position { line: 55, column: 31, }, end: Position { line: 55, column: 38, }, }, }, ), ], default: None, }, ), operator: NotEqualTo, right: List( List { elements: [], span: Span { start: Position { line: 55, column: 42, }, end: Position { line: 55, column: 44, }, }, }, ), }, ), IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "# Run plugins\n", span: Span { start: Position { line: 56, column: 1, }, end: Position { line: 57, column: 5, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 57, column: 7, }, end: Position { line: 57, column: 10, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "concatMapStringsSep", span: Span { start: Position { line: 57, column: 11, }, end: Position { line: 57, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "\n", span: Span { start: Position { line: 57, column: 32, }, end: Position { line: 57, column: 34, }, }, }, ), ], span: Span { start: Position { line: 57, column: 31, }, end: Position { line: 57, column: 35, }, }, }, ), Function( Function { head: Simple( FunctionHeadSimple { identifier: "x", }, ), body: String( String_ { parts: [ Raw( PartRaw { content: "run-shell ", span: Span { start: Position { line: 57, column: 41, }, end: Position { line: 57, column: 59, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "x", span: Span { start: Position { line: 57, column: 53, }, end: Position { line: 57, column: 54, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "rtp", span: Span { start: Position { line: 57, column: 55, }, end: Position { line: 57, column: 58, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 57, column: 40, }, end: Position { line: 57, column: 60, }, }, }, ), span: Span { start: Position { line: 57, column: 37, }, end: Position { line: 57, column: 60, }, }, }, ), PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 57, column: 62, }, end: Position { line: 57, column: 65, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "plugins", span: Span { start: Position { line: 57, column: 66, }, end: Position { line: 57, column: 73, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\n\n", span: Span { start: Position { line: 56, column: 1, }, end: Position { line: 59, column: 5, }, }, }, ), ], span: Span { start: Position { line: 55, column: 46, }, end: Position { line: 59, column: 7, }, }, }, ), ], }, ), }, ), Raw( PartRaw { content: "\n\n", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 61, column: 5, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 61, column: 7, }, end: Position { line: 61, column: 10, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraConfig", span: Span { start: Position { line: 61, column: 11, }, end: Position { line: 61, column: 22, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 62, column: 3, }, }, }, ), ], span: Span { start: Position { line: 15, column: 14, }, end: Position { line: 62, column: 5, }, }, }, ), }, ), ], target: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 67, column: 3, }, end: Position { line: 67, column: 10, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "programs", span: Span { start: Position { line: 68, column: 5, }, end: Position { line: 68, column: 13, }, }, }, ), Raw( PartRaw { content: "tmux", span: Span { start: Position { line: 68, column: 14, }, end: Position { line: 68, column: 18, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 70, column: 7, }, end: Position { line: 70, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 70, column: 16, }, end: Position { line: 70, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 71, column: 9, }, end: Position { line: 71, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 71, column: 16, }, end: Position { line: 71, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 71, column: 22, }, end: Position { line: 71, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 72, column: 9, }, end: Position { line: 72, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 72, column: 19, }, end: Position { line: 72, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 73, column: 9, }, end: Position { line: 73, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 73, column: 23, }, end: Position { line: 73, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 73, column: 27, }, end: Position { line: 73, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Whenever to configure {command}`tmux` system-wide.", span: Span { start: Position { line: 73, column: 34, }, end: Position { line: 73, column: 84, }, }, }, ), ], span: Span { start: Position { line: 73, column: 33, }, end: Position { line: 73, column: 85, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "relatedPackages", span: Span { start: Position { line: 74, column: 9, }, end: Position { line: 74, column: 24, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "tmux", span: Span { start: Position { line: 74, column: 30, }, end: Position { line: 74, column: 34, }, }, }, ), ], span: Span { start: Position { line: 74, column: 29, }, end: Position { line: 74, column: 35, }, }, }, ), ], span: Span { start: Position { line: 74, column: 27, }, end: Position { line: 74, column: 37, }, }, }, ), }, ), ], span: Span { start: Position { line: 70, column: 25, }, end: Position { line: 75, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "aggressiveResize", span: Span { start: Position { line: 77, column: 7, }, end: Position { line: 77, column: 23, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 77, column: 26, }, end: Position { line: 77, column: 34, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 78, column: 9, }, end: Position { line: 78, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 78, column: 19, }, end: Position { line: 78, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 79, column: 9, }, end: Position { line: 79, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 79, column: 16, }, end: Position { line: 79, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 79, column: 22, }, end: Position { line: 79, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 80, column: 9, }, end: Position { line: 80, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 80, column: 23, }, end: Position { line: 80, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 80, column: 27, }, end: Position { line: 80, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Resize the window to the size of the smallest session for which it is the current window.\n", span: Span { start: Position { line: 81, column: 1, }, end: Position { line: 82, column: 9, }, }, }, ), ], span: Span { start: Position { line: 80, column: 33, }, end: Position { line: 82, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 77, column: 35, }, end: Position { line: 83, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "baseIndex", span: Span { start: Position { line: 85, column: 7, }, end: Position { line: 85, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 85, column: 19, }, end: Position { line: 85, column: 27, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 86, column: 9, }, end: Position { line: 86, column: 16, }, }, }, ), ], to: Integer( Integer { value: "0", span: Span { start: Position { line: 86, column: 19, }, end: Position { line: 86, column: 20, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 87, column: 9, }, end: Position { line: 87, column: 16, }, }, }, ), ], to: Integer( Integer { value: "1", span: Span { start: Position { line: 87, column: 19, }, end: Position { line: 87, column: 20, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 88, column: 9, }, end: Position { line: 88, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 88, column: 16, }, end: Position { line: 88, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 88, column: 22, }, end: Position { line: 88, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 89, column: 9, }, end: Position { line: 89, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 89, column: 23, }, end: Position { line: 89, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 89, column: 27, }, end: Position { line: 89, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Base index for windows and panes.", span: Span { start: Position { line: 89, column: 34, }, end: Position { line: 89, column: 67, }, }, }, ), ], span: Span { start: Position { line: 89, column: 33, }, end: Position { line: 89, column: 68, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 85, column: 28, }, end: Position { line: 90, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "clock24", span: Span { start: Position { line: 92, column: 7, }, end: Position { line: 92, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 92, column: 17, }, end: Position { line: 92, column: 25, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 93, column: 9, }, end: Position { line: 93, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 93, column: 19, }, end: Position { line: 93, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 94, column: 9, }, end: Position { line: 94, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 94, column: 16, }, end: Position { line: 94, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 94, column: 22, }, end: Position { line: 94, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 95, column: 9, }, end: Position { line: 95, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 95, column: 23, }, end: Position { line: 95, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 95, column: 27, }, end: Position { line: 95, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Use 24 hour clock.", span: Span { start: Position { line: 95, column: 34, }, end: Position { line: 95, column: 52, }, }, }, ), ], span: Span { start: Position { line: 95, column: 33, }, end: Position { line: 95, column: 53, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 92, column: 26, }, end: Position { line: 96, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "customPaneNavigationAndResize", span: Span { start: Position { line: 98, column: 7, }, end: Position { line: 98, column: 36, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 98, column: 39, }, end: Position { line: 98, column: 47, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 99, column: 9, }, end: Position { line: 99, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 99, column: 19, }, end: Position { line: 99, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 100, column: 9, }, end: Position { line: 100, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 100, column: 16, }, end: Position { line: 100, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 100, column: 22, }, end: Position { line: 100, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 101, column: 9, }, end: Position { line: 101, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 101, column: 23, }, end: Position { line: 101, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 101, column: 27, }, end: Position { line: 101, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Override the hjkl and HJKL bindings for pane navigation and resizing in VI mode.", span: Span { start: Position { line: 101, column: 34, }, end: Position { line: 101, column: 114, }, }, }, ), ], span: Span { start: Position { line: 101, column: 33, }, end: Position { line: 101, column: 115, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 98, column: 48, }, end: Position { line: 102, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "escapeTime", span: Span { start: Position { line: 104, column: 7, }, end: Position { line: 104, column: 17, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 104, column: 20, }, end: Position { line: 104, column: 28, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 105, column: 9, }, end: Position { line: 105, column: 16, }, }, }, ), ], to: Integer( Integer { value: "500", span: Span { start: Position { line: 105, column: 19, }, end: Position { line: 105, column: 22, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 106, column: 9, }, end: Position { line: 106, column: 16, }, }, }, ), ], to: Integer( Integer { value: "0", span: Span { start: Position { line: 106, column: 19, }, end: Position { line: 106, column: 20, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 107, column: 9, }, end: Position { line: 107, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 107, column: 16, }, end: Position { line: 107, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 107, column: 22, }, end: Position { line: 107, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 108, column: 9, }, end: Position { line: 108, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 108, column: 23, }, end: Position { line: 108, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 108, column: 27, }, end: Position { line: 108, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Time in milliseconds for which tmux waits after an escape is input.", span: Span { start: Position { line: 108, column: 34, }, end: Position { line: 108, column: 101, }, }, }, ), ], span: Span { start: Position { line: 108, column: 33, }, end: Position { line: 108, column: 102, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 104, column: 29, }, end: Position { line: 109, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraConfig", span: Span { start: Position { line: 111, column: 7, }, end: Position { line: 111, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 111, column: 21, }, end: Position { line: 111, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 112, column: 9, }, end: Position { line: 112, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 112, column: 19, }, end: Position { line: 112, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 113, column: 9, }, end: Position { line: 113, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 113, column: 23, }, end: Position { line: 113, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 113, column: 27, }, end: Position { line: 113, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Additional contents of /etc/tmux.conf\n", span: Span { start: Position { line: 114, column: 1, }, end: Position { line: 115, column: 9, }, }, }, ), ], span: Span { start: Position { line: 113, column: 33, }, end: Position { line: 115, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 116, column: 9, }, end: Position { line: 116, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 116, column: 16, }, end: Position { line: 116, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 116, column: 22, }, end: Position { line: 116, column: 27, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 111, column: 30, }, end: Position { line: 117, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "historyLimit", span: Span { start: Position { line: 119, column: 7, }, end: Position { line: 119, column: 19, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 119, column: 22, }, end: Position { line: 119, column: 30, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 120, column: 9, }, end: Position { line: 120, column: 16, }, }, }, ), ], to: Integer( Integer { value: "2000", span: Span { start: Position { line: 120, column: 19, }, end: Position { line: 120, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 121, column: 9, }, end: Position { line: 121, column: 16, }, }, }, ), ], to: Integer( Integer { value: "5000", span: Span { start: Position { line: 121, column: 19, }, end: Position { line: 121, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 122, column: 9, }, end: Position { line: 122, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 122, column: 16, }, end: Position { line: 122, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 122, column: 22, }, end: Position { line: 122, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 123, column: 9, }, end: Position { line: 123, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 123, column: 23, }, end: Position { line: 123, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 123, column: 27, }, end: Position { line: 123, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Maximum number of lines held in window history.", span: Span { start: Position { line: 123, column: 34, }, end: Position { line: 123, column: 81, }, }, }, ), ], span: Span { start: Position { line: 123, column: 33, }, end: Position { line: 123, column: 82, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 119, column: 31, }, end: Position { line: 124, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "keyMode", span: Span { start: Position { line: 126, column: 7, }, end: Position { line: 126, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 126, column: 17, }, end: Position { line: 126, column: 25, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 127, column: 9, }, end: Position { line: 127, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "defaultKeyMode", span: Span { start: Position { line: 127, column: 19, }, end: Position { line: 127, column: 33, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 128, column: 9, }, end: Position { line: 128, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "vi", span: Span { start: Position { line: 128, column: 20, }, end: Position { line: 128, column: 22, }, }, }, ), ], span: Span { start: Position { line: 128, column: 19, }, end: Position { line: 128, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 129, column: 9, }, end: Position { line: 129, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 129, column: 16, }, end: Position { line: 129, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enum", span: Span { start: Position { line: 129, column: 22, }, end: Position { line: 129, column: 26, }, }, }, ), ], default: None, }, ), arguments: [ List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "emacs", span: Span { start: Position { line: 129, column: 30, }, end: Position { line: 129, column: 35, }, }, }, ), ], span: Span { start: Position { line: 129, column: 29, }, end: Position { line: 129, column: 36, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "vi", span: Span { start: Position { line: 129, column: 38, }, end: Position { line: 129, column: 40, }, }, }, ), ], span: Span { start: Position { line: 129, column: 37, }, end: Position { line: 129, column: 41, }, }, }, ), ], span: Span { start: Position { line: 129, column: 27, }, end: Position { line: 129, column: 43, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 130, column: 9, }, end: Position { line: 130, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 130, column: 23, }, end: Position { line: 130, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 130, column: 27, }, end: Position { line: 130, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "VI or Emacs style shortcuts.", span: Span { start: Position { line: 130, column: 34, }, end: Position { line: 130, column: 62, }, }, }, ), ], span: Span { start: Position { line: 130, column: 33, }, end: Position { line: 130, column: 63, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 126, column: 26, }, end: Position { line: 131, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "newSession", span: Span { start: Position { line: 133, column: 7, }, end: Position { line: 133, column: 17, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 133, column: 20, }, end: Position { line: 133, column: 28, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 134, column: 9, }, end: Position { line: 134, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 134, column: 19, }, end: Position { line: 134, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 135, column: 9, }, end: Position { line: 135, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 135, column: 16, }, end: Position { line: 135, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 135, column: 22, }, end: Position { line: 135, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 136, column: 9, }, end: Position { line: 136, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 136, column: 23, }, end: Position { line: 136, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 136, column: 27, }, end: Position { line: 136, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Automatically spawn a session if trying to attach and none are running.", span: Span { start: Position { line: 136, column: 34, }, end: Position { line: 136, column: 105, }, }, }, ), ], span: Span { start: Position { line: 136, column: 33, }, end: Position { line: 136, column: 106, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 133, column: 29, }, end: Position { line: 137, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "reverseSplit", span: Span { start: Position { line: 139, column: 7, }, end: Position { line: 139, column: 19, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 139, column: 22, }, end: Position { line: 139, column: 30, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 140, column: 9, }, end: Position { line: 140, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 140, column: 19, }, end: Position { line: 140, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 141, column: 9, }, end: Position { line: 141, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 141, column: 16, }, end: Position { line: 141, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 141, column: 22, }, end: Position { line: 141, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 142, column: 9, }, end: Position { line: 142, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 142, column: 23, }, end: Position { line: 142, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 142, column: 27, }, end: Position { line: 142, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Reverse the window split shortcuts.", span: Span { start: Position { line: 142, column: 34, }, end: Position { line: 142, column: 69, }, }, }, ), ], span: Span { start: Position { line: 142, column: 33, }, end: Position { line: 142, column: 70, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 139, column: 31, }, end: Position { line: 143, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "resizeAmount", span: Span { start: Position { line: 145, column: 7, }, end: Position { line: 145, column: 19, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 145, column: 22, }, end: Position { line: 145, column: 30, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 146, column: 9, }, end: Position { line: 146, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "defaultResize", span: Span { start: Position { line: 146, column: 19, }, end: Position { line: 146, column: 32, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 147, column: 9, }, end: Position { line: 147, column: 16, }, }, }, ), ], to: Integer( Integer { value: "10", span: Span { start: Position { line: 147, column: 19, }, end: Position { line: 147, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 148, column: 9, }, end: Position { line: 148, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 148, column: 16, }, end: Position { line: 148, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 148, column: 22, }, end: Position { line: 148, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 149, column: 9, }, end: Position { line: 149, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 149, column: 23, }, end: Position { line: 149, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 149, column: 27, }, end: Position { line: 149, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Number of lines/columns when resizing.", span: Span { start: Position { line: 149, column: 34, }, end: Position { line: 149, column: 72, }, }, }, ), ], span: Span { start: Position { line: 149, column: 33, }, end: Position { line: 149, column: 73, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 145, column: 31, }, end: Position { line: 150, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "shortcut", span: Span { start: Position { line: 152, column: 7, }, end: Position { line: 152, column: 15, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 152, column: 18, }, end: Position { line: 152, column: 26, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 153, column: 9, }, end: Position { line: 153, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "defaultShortcut", span: Span { start: Position { line: 153, column: 19, }, end: Position { line: 153, column: 34, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 154, column: 9, }, end: Position { line: 154, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "a", span: Span { start: Position { line: 154, column: 20, }, end: Position { line: 154, column: 21, }, }, }, ), ], span: Span { start: Position { line: 154, column: 19, }, end: Position { line: 154, column: 22, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 155, column: 9, }, end: Position { line: 155, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 155, column: 16, }, end: Position { line: 155, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 155, column: 22, }, end: Position { line: 155, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 156, column: 9, }, end: Position { line: 156, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 156, column: 23, }, end: Position { line: 156, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 156, column: 27, }, end: Position { line: 156, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Ctrl following by this key is used as the main shortcut.", span: Span { start: Position { line: 156, column: 34, }, end: Position { line: 156, column: 90, }, }, }, ), ], span: Span { start: Position { line: 156, column: 33, }, end: Position { line: 156, column: 91, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 152, column: 27, }, end: Position { line: 157, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "terminal", span: Span { start: Position { line: 159, column: 7, }, end: Position { line: 159, column: 15, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 159, column: 18, }, end: Position { line: 159, column: 26, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 160, column: 9, }, end: Position { line: 160, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "defaultTerminal", span: Span { start: Position { line: 160, column: 19, }, end: Position { line: 160, column: 34, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 161, column: 9, }, end: Position { line: 161, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "screen-256color", span: Span { start: Position { line: 161, column: 20, }, end: Position { line: 161, column: 35, }, }, }, ), ], span: Span { start: Position { line: 161, column: 19, }, end: Position { line: 161, column: 36, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 162, column: 9, }, end: Position { line: 162, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 162, column: 16, }, end: Position { line: 162, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 162, column: 22, }, end: Position { line: 162, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 163, column: 9, }, end: Position { line: 163, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 163, column: 23, }, end: Position { line: 163, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 163, column: 27, }, end: Position { line: 163, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Set the $TERM variable.", span: Span { start: Position { line: 163, column: 34, }, end: Position { line: 163, column: 57, }, }, }, ), ], span: Span { start: Position { line: 163, column: 33, }, end: Position { line: 163, column: 58, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 159, column: 27, }, end: Position { line: 164, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "secureSocket", span: Span { start: Position { line: 166, column: 7, }, end: Position { line: 166, column: 19, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 166, column: 22, }, end: Position { line: 166, column: 30, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 167, column: 9, }, end: Position { line: 167, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "true", span: Span { start: Position { line: 167, column: 19, }, end: Position { line: 167, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 168, column: 9, }, end: Position { line: 168, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 168, column: 16, }, end: Position { line: 168, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 168, column: 22, }, end: Position { line: 168, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 169, column: 9, }, end: Position { line: 169, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 169, column: 23, }, end: Position { line: 169, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 169, column: 27, }, end: Position { line: 169, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Store tmux socket under /run, which is more secure than /tmp, but as a\ndownside it doesn't survive user logout.\n", span: Span { start: Position { line: 170, column: 1, }, end: Position { line: 172, column: 9, }, }, }, ), ], span: Span { start: Position { line: 169, column: 33, }, end: Position { line: 172, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 166, column: 31, }, end: Position { line: 173, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "plugins", span: Span { start: Position { line: 175, column: 7, }, end: Position { line: 175, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 175, column: 17, }, end: Position { line: 175, column: 25, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 176, column: 9, }, end: Position { line: 176, column: 16, }, }, }, ), ], to: List( List { elements: [], span: Span { start: Position { line: 176, column: 19, }, end: Position { line: 176, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 177, column: 9, }, end: Position { line: 177, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 177, column: 16, }, end: Position { line: 177, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "listOf", span: Span { start: Position { line: 177, column: 22, }, end: Position { line: 177, column: 28, }, }, }, ), ], default: None, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 177, column: 29, }, end: Position { line: 177, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 177, column: 35, }, end: Position { line: 177, column: 42, }, }, }, ), ], default: None, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 178, column: 9, }, end: Position { line: 178, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 178, column: 23, }, end: Position { line: 178, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 178, column: 27, }, end: Position { line: 178, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "List of plugins to install.", span: Span { start: Position { line: 178, column: 34, }, end: Position { line: 178, column: 61, }, }, }, ), ], span: Span { start: Position { line: 178, column: 33, }, end: Position { line: 178, column: 62, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 179, column: 9, }, end: Position { line: 179, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 179, column: 19, }, end: Position { line: 179, column: 22, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "literalExpression", span: Span { start: Position { line: 179, column: 23, }, end: Position { line: 179, column: 40, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "[ pkgs.tmuxPlugins.nord ]", span: Span { start: Position { line: 179, column: 42, }, end: Position { line: 179, column: 67, }, }, }, ), ], span: Span { start: Position { line: 179, column: 41, }, end: Position { line: 179, column: 68, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 175, column: 26, }, end: Position { line: 180, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 68, column: 21, }, end: Position { line: 181, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 67, column: 13, }, end: Position { line: 182, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "config", span: Span { start: Position { line: 186, column: 3, }, end: Position { line: 186, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 186, column: 12, }, end: Position { line: 186, column: 16, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 186, column: 17, }, end: Position { line: 186, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 186, column: 21, }, end: Position { line: 186, column: 27, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "environment", span: Span { start: Position { line: 187, column: 5, }, end: Position { line: 187, column: 16, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "etc", span: Span { start: Position { line: 188, column: 7, }, end: Position { line: 188, column: 10, }, }, }, ), Expression( PartExpression { expression: String( String_ { parts: [ Raw( PartRaw { content: "tmux.conf", span: Span { start: Position { line: 188, column: 12, }, end: Position { line: 188, column: 21, }, }, }, ), ], span: Span { start: Position { line: 188, column: 11, }, end: Position { line: 188, column: 22, }, }, }, ), }, ), Raw( PartRaw { content: "text", span: Span { start: Position { line: 188, column: 23, }, end: Position { line: 188, column: 27, }, }, }, ), ], to: Identifier( Identifier { id: "tmuxConf", span: Span { start: Position { line: 188, column: 30, }, end: Position { line: 188, column: 38, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemPackages", span: Span { start: Position { line: 190, column: 7, }, end: Position { line: 190, column: 21, }, }, }, ), ], to: BinaryOperation( BinaryOperation { left: List( List { elements: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 190, column: 26, }, end: Position { line: 190, column: 30, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "tmux", span: Span { start: Position { line: 190, column: 31, }, end: Position { line: 190, column: 35, }, }, }, ), ], default: None, }, ), ], span: Span { start: Position { line: 190, column: 24, }, end: Position { line: 190, column: 37, }, }, }, ), operator: Concatenation, right: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 190, column: 41, }, end: Position { line: 190, column: 44, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "plugins", span: Span { start: Position { line: 190, column: 45, }, end: Position { line: 190, column: 52, }, }, }, ), ], default: None, }, ), }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "variables", span: Span { start: Position { line: 192, column: 7, }, end: Position { line: 192, column: 16, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "TMUX_TMPDIR", span: Span { start: Position { line: 193, column: 9, }, end: Position { line: 193, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 193, column: 23, }, end: Position { line: 193, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "optional", span: Span { start: Position { line: 193, column: 27, }, end: Position { line: 193, column: 35, }, }, }, ), ], default: None, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 193, column: 36, }, end: Position { line: 193, column: 39, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "secureSocket", span: Span { start: Position { line: 193, column: 40, }, end: Position { line: 193, column: 52, }, }, }, ), ], default: None, }, ), IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "$", span: Span { start: Position { line: 193, column: 55, }, end: Position { line: 193, column: 58, }, }, }, ), Raw( PartRaw { content: "{XDG_RUNTIME_DIR:-\"/run/user/$(id -u)\"}", span: Span { start: Position { line: 193, column: 55, }, end: Position { line: 193, column: 97, }, }, }, ), ], span: Span { start: Position { line: 193, column: 53, }, end: Position { line: 193, column: 99, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 192, column: 19, }, end: Position { line: 194, column: 8, }, }, }, ), }, ), ], span: Span { start: Position { line: 187, column: 19, }, end: Position { line: 195, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 186, column: 28, }, end: Position { line: 196, column: 4, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "imports", span: Span { start: Position { line: 198, column: 3, }, end: Position { line: 198, column: 10, }, }, }, ), ], to: List( List { elements: [ FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 199, column: 6, }, end: Position { line: 199, column: 9, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mkRenamedOptionModule", span: Span { start: Position { line: 199, column: 10, }, end: Position { line: 199, column: 31, }, }, }, ), ], default: None, }, ), arguments: [ List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "programs", span: Span { start: Position { line: 199, column: 35, }, end: Position { line: 199, column: 43, }, }, }, ), ], span: Span { start: Position { line: 199, column: 34, }, end: Position { line: 199, column: 44, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "tmux", span: Span { start: Position { line: 199, column: 46, }, end: Position { line: 199, column: 50, }, }, }, ), ], span: Span { start: Position { line: 199, column: 45, }, end: Position { line: 199, column: 51, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "extraTmuxConf", span: Span { start: Position { line: 199, column: 53, }, end: Position { line: 199, column: 66, }, }, }, ), ], span: Span { start: Position { line: 199, column: 52, }, end: Position { line: 199, column: 67, }, }, }, ), ], span: Span { start: Position { line: 199, column: 32, }, end: Position { line: 199, column: 69, }, }, }, ), List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "programs", span: Span { start: Position { line: 199, column: 73, }, end: Position { line: 199, column: 81, }, }, }, ), ], span: Span { start: Position { line: 199, column: 72, }, end: Position { line: 199, column: 82, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "tmux", span: Span { start: Position { line: 199, column: 84, }, end: Position { line: 199, column: 88, }, }, }, ), ], span: Span { start: Position { line: 199, column: 83, }, end: Position { line: 199, column: 89, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "extraConfig", span: Span { start: Position { line: 199, column: 91, }, end: Position { line: 199, column: 102, }, }, }, ), ], span: Span { start: Position { line: 199, column: 90, }, end: Position { line: 199, column: 103, }, }, }, ), ], span: Span { start: Position { line: 199, column: 70, }, end: Position { line: 199, column: 105, }, }, }, ), ], }, ), ], span: Span { start: Position { line: 198, column: 13, }, end: Position { line: 200, column: 4, }, }, }, ), }, ), ], span: Span { start: Position { line: 64, column: 4, }, end: Position { line: 201, column: 2, }, }, }, ), span: Span { start: Position { line: 3, column: 1, }, end: Position { line: 201, column: 2, }, }, }, ), span: Span { start: Position { line: 1, column: 1, }, end: Position { line: 201, column: 2, }, }, }, )