mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 04:38:24 -06:00
Update userDefaults from "keybindings" to "actions" (#7692)
* Update userDefaults from "keybindings" to "actions" * dfgdsafretgjhfg
This commit is contained in:
parent
f6cc0202b1
commit
1e3236c87d
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user