Squashed commit of the following:

- quote fix
This commit is contained in:
2025-10-17 19:44:13 -05:00
parent fe74ef66ee
commit a910750e91
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ configuration {
kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
kb-row-down: "Down,Control+j";
kb-accept-entry: "Control+m,Return,KP_Enter";
terminal: "mate-terminal";
terminal: "wezterm";
kb-remove-to-eol: "Control+Shift+e";
/*kb-mode-next: "Shift+Right,Control+Tab,Control+l";*/
kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h";