From 1ce3c1392dd10a47a003f59fbbed7c3170094336 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 13 Nov 2023 19:08:29 +0400 Subject: Add an action to center column within view bound to Ctrl-C --- resources/default-config.kdl | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/default-config.kdl') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 02cbac63..002df225 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -219,6 +219,7 @@ binds { Mod+R { switch-preset-column-width; } Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; } + Mod+C { center-column; } // Finer width adjustments. // This command can also: -- cgit