> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Flexible layout

> Paradime Flexible Layout: Customize your dbt™ development environment with flexible layout options. Enhance workflow efficiency with personalized setups.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

Paradime IDE is composed of modular widgets with draggable dock layouts. You can drag widgets from any area of the application window to any other area. For example you can drag the Git Panel to widget on the right-side of the screen instead of having it on the left.

<Arcade src="https://demo.arcade.software/yRrecMCG0mN70T6Hq63T?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Flexible layout" />

### Reset widget position

To reset the widget to the original position you have a few options:&#x20;

* Drag the widget back to the default position
* Close the widget using the `x` in the widget tab
* Use the keyboard shortcuts below

| Widget         | MacOS | Windows  |
| -------------- | ----- | -------- |
| Explorer       | ⌘⇧E   | Ctrl+⇧+E |
| Find & Replace | ⌘⇧F   | Ctrl+⇧+F |
| Git            | ⌘⇧G   | Ctrl+⇧+G |


## Related topics

- [User interface](/products/code-ide/user-interface/index.md)
- [Block Diagrams](/integrations/mermaid-js/block-diagrams.md)
- [Editing YAML Schedules from the Paradime UI](/products/bolt/creating-schedules/schedules-as-code/editing-yaml-schedules-from-the-paradime-ui.md)
- [Schedules as Code](/products/bolt/creating-schedules/schedules-as-code/index.md)
- [Modular Schedules with the .bolt/ Folder](/products/bolt/creating-schedules/schedules-as-code/modular-schedules-with-the-.bolt-folder.md)
