My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: fixed terminal focus

+1 -1
+1 -1
zed/.config/zed/keymap.json
··· 27 27 { 28 28 "context": "Workspace", 29 29 "bindings": { 30 - "super-.": "workspace::OpenTerminal" 30 + "super-.": "terminal_panel::ToggleFocus" 31 31 } 32 32 } 33 33 ]