summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/snapshots/zellij_utils__setup__setup_test__layout_keybinds_override_config_keybinds.snap
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/src/snapshots/zellij_utils__setup__setup_test__layout_keybinds_override_config_keybinds.snap')
-rw-r--r--zellij-utils/src/snapshots/zellij_utils__setup__setup_test__layout_keybinds_override_config_keybinds.snap149
1 files changed, 149 insertions, 0 deletions
diff --git a/zellij-utils/src/snapshots/zellij_utils__setup__setup_test__layout_keybinds_override_config_keybinds.snap b/zellij-utils/src/snapshots/zellij_utils__setup__setup_test__layout_keybinds_override_config_keybinds.snap
new file mode 100644
index 000000000..fd8007aff
--- /dev/null
+++ b/zellij-utils/src/snapshots/zellij_utils__setup__setup_test__layout_keybinds_override_config_keybinds.snap
@@ -0,0 +1,149 @@
+---
+source: zellij-utils/src/setup.rs
+assertion_line: 625
+expression: "format!(\"{:#?}\", config)"
+---
+Config {
+ keybinds: {
+ Normal: {
+ Char(
+ 'b',
+ ): [
+ SwitchToMode(
+ Session,
+ ),
+ ],
+ Ctrl(
+ 'b',
+ ): [
+ SwitchToMode(
+ Resize,
+ ),
+ ],
+ Ctrl(
+ 'c',
+ ): [
+ SwitchToMode(
+ Resize,
+ ),
+ ],
+ },
+ Resize: {
+ Char(
+ 'b',
+ ): [
+ SwitchToMode(
+ Locked,
+ ),
+ ],
+ Ctrl(
+ 'c',
+ ): [
+ SwitchToMode(
+ Resize,
+ ),
+ ],
+ },
+ Scroll: {
+ Char(
+ 'b',
+ ): [
+ SwitchToMode(
+ Locked,
+ ),
+ ],
+ Ctrl(
+ 'c',
+ ): [
+ SwitchToMode(
+ Resize,
+ ),
+ ],
+ },
+ },
+ options: Options {
+ simplified_ui: None,
+ theme: None,
+ default_mode: None,
+ default_shell: None,
+ default_layout: None,
+ layout_dir: None,
+ theme_dir: None,
+ mouse_mode: None,
+ pane_frames: None,
+ mirror_session: None,
+ on_force_close: None,
+ scroll_buffer_size: None,
+ copy_command: None,
+ copy_clipboard: None,
+ copy_on_select: None,
+ scrollback_editor: None,
+ session_name: None,
+ attach_to_session: None,
+ },
+ themes: {},
+ plugins: {
+ PluginTag(
+ "compact-bar",
+ ): PluginConfig {
+ path: "compact-bar",
+ run: Pane(
+ None,
+ ),
+ _allow_exec_host_cmd: false,
+ location: Zellij(
+ PluginTag(
+ "compact-bar",
+ ),
+ ),
+ },
+ PluginTag(
+ "status-bar",
+ ): PluginConfig {
+ path: "status-bar",
+ run: Pane(
+ None,
+ ),
+ _allow_exec_host_cmd: false,
+ location: Zellij(
+ PluginTag(
+ "status-bar",
+ ),
+ ),
+ },
+ PluginTag(
+ "strider",
+ ): PluginConfig {
+ path: "strider",
+ run: Pane(
+ None,
+ ),
+ _allow_exec_host_cmd: false,
+ location: Zellij(
+ PluginTag(
+ "strider",
+ ),
+ ),
+ },
+ PluginTag(
+ "tab-bar",
+ ): PluginConfig {
+ path: "tab-bar",
+ run: Pane(
+ None,
+ ),
+ _allow_exec_host_cmd: false,
+ location: Zellij(
+ PluginTag(
+ "tab-bar",
+ ),
+ ),
+ },
+ },
+ ui: UiConfig {
+ pane_frames: FrameConfig {
+ rounded_corners: false,
+ },
+ },
+ env: {},
+}