Update userDefaults from "keybindings" to "actions" (#7692)

* Update userDefaults from "keybindings" to "actions"

* dfgdsafretgjhfg
This commit is contained in:
Dustin L. Howett 2020-09-21 12:39:27 -07:00 committed by GitHub
parent f6cc0202b1
commit 1e3236c87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,10 +52,10 @@
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"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 unbind a key combination from your defaults.json, set the command to "unbound".
// To learn more about keybindings, visit https://aka.ms/terminal-keybindings // To learn more about actions and keybindings, visit https://aka.ms/terminal-keybindings
"keybindings": "actions":
[ [
// Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. // 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. // These two lines additionally bind them to Ctrl+C and Ctrl+V.