From 79c71c778cadd2ca4b0d97203243de468f2b0cf0 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 4 Oct 2023 01:44:03 -0400 Subject: [PATCH] Set zellij scrollback editor to hx --- zellij/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zellij/config.kdl b/zellij/config.kdl index 195c4dd..e770c8d 100644 --- a/zellij/config.kdl +++ b/zellij/config.kdl @@ -313,7 +313,7 @@ copy_on_select false // Path to the default editor to use to edit pane scrollbuffer // Default: $EDITOR or $VISUAL // -// scrollback_editor "/usr/bin/vim" +scrollback_editor "hx" // When attaching to an existing session with other users, // should the session be mirrored (true)