Skip to content

Commit 0a25525

Browse files
committed
Add SliceSelected shortcuts to settings
1 parent e0d3776 commit 0a25525

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/settings/_default.settings

+24
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,30 @@
795795
"value": "Ctrl+J",
796796
"type": "text"
797797
},
798+
{
799+
"category": "Keyboard",
800+
"title": "Slice Selected: Keep Both Sides",
801+
"restart": true,
802+
"setting": "sliceSelectedKeepBothSides",
803+
"value": "s",
804+
"type": "text"
805+
},
806+
{
807+
"category": "Keyboard",
808+
"title": "Slice Selected: Keep Left Side",
809+
"restart": true,
810+
"setting": "sliceSelectedKeepLeftSide",
811+
"value": "d",
812+
"type": "text"
813+
},
814+
{
815+
"category": "Keyboard",
816+
"title": "Slice Selected: Keep Right Side",
817+
"restart": true,
818+
"setting": "sliceSelectedKeepRightSide",
819+
"value": "a",
820+
"type": "text"
821+
},
798822
{
799823
"category": "Keyboard",
800824
"title": "Copy",

0 commit comments

Comments
 (0)