File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -419,7 +419,6 @@ export default function Page() {
419419 {
420420 id : "session.new" ,
421421 title : "New session" ,
422- description : "Create a new session" ,
423422 category : "Session" ,
424423 keybind : "mod+shift+s" ,
425424 slash : "new" ,
@@ -437,7 +436,7 @@ export default function Page() {
437436 {
438437 id : "terminal.toggle" ,
439438 title : "Toggle terminal" ,
440- description : "Show or hide the terminal " ,
439+ description : "" ,
441440 category : "View" ,
442441 keybind : "ctrl+`" ,
443442 slash : "terminal" ,
@@ -446,7 +445,7 @@ export default function Page() {
446445 {
447446 id : "review.toggle" ,
448447 title : "Toggle review" ,
449- description : "Show or hide the review panel " ,
448+ description : "" ,
450449 category : "View" ,
451450 keybind : "mod+shift+r" ,
452451 onSelect : ( ) => view ( ) . reviewPanel . toggle ( ) ,
You can’t perform that action at this time.
0 commit comments