diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 3968c002..56b6d998 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -157,7 +157,7 @@ impl ExplorerConfig { impl Default for ExplorerConfig { fn default() -> Self { Self { - position: ExplorerPosition::Left, + position: ExplorerPosition::Right, column_width: 30, } }