We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d3776 commit 0a25525Copy full SHA for 0a25525
src/settings/_default.settings
@@ -795,6 +795,30 @@
795
"value": "Ctrl+J",
796
"type": "text"
797
},
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
808
+ "title": "Slice Selected: Keep Left Side",
809
810
+ "setting": "sliceSelectedKeepLeftSide",
811
+ "value": "d",
812
813
814
815
816
+ "title": "Slice Selected: Keep Right Side",
817
818
+ "setting": "sliceSelectedKeepRightSide",
819
+ "value": "a",
820
821
822
{
823
"category": "Keyboard",
824
"title": "Copy",
0 commit comments