From 1e3236c87dd273f4eae06dfcbf15325a631e096c Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Mon, 21 Sep 2020 12:39:27 -0700 Subject: [PATCH] Update userDefaults from "keybindings" to "actions" (#7692) * Update userDefaults from "keybindings" to "actions" * dfgdsafretgjhfg --- src/cascadia/TerminalApp/userDefaults.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cascadia/TerminalApp/userDefaults.json b/src/cascadia/TerminalApp/userDefaults.json index be4da35a0c..13cda81aa7 100644 --- a/src/cascadia/TerminalApp/userDefaults.json +++ b/src/cascadia/TerminalApp/userDefaults.json @@ -52,10 +52,10 @@ // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes "schemes": [], - // Add custom keybindings to this array. + // Add custom actions and keybindings to this array. // To unbind a key combination from your defaults.json, set the command to "unbound". - // To learn more about keybindings, visit https://aka.ms/terminal-keybindings - "keybindings": + // To learn more about actions and keybindings, visit https://aka.ms/terminal-keybindings + "actions": [ // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. // These two lines additionally bind them to Ctrl+C and Ctrl+V.