From 24f1633cfd75eca7fc759de33c245d6d248db14d Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Mon, 29 Aug 2022 10:15:19 -0700 Subject: [PATCH] Place 'ViDGChord' in the right group --- PSReadLine/KeyBindings.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PSReadLine/KeyBindings.cs b/PSReadLine/KeyBindings.cs index c758f8e8d..7b3f0c1c9 100644 --- a/PSReadLine/KeyBindings.cs +++ b/PSReadLine/KeyBindings.cs @@ -585,6 +585,7 @@ public static KeyHandlerGroup GetDisplayGrouping(string function) case nameof(ViEditVisually): case nameof(ViExit): case nameof(ViInsertMode): + case nameof(ViDGChord): case nameof(WhatIsKey): case nameof(ShowCommandHelp): case nameof(ShowParameterHelp):