()
| 127 | } |
| 128 | |
| 129 | func defaultSelectionKeybinds() SelectionKeybinds { |
| 130 | return SelectionKeybinds{ |
| 131 | SelectUp: desc("up"), |
| 132 | SelectDown: desc("down"), |
| 133 | SelectTop: desc("top"), |
| 134 | SelectBottom: desc("btm"), |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | func defaultPickerKeybinds() PickerKeybinds { |
| 139 | return PickerKeybinds{ |
no test coverage detected