Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1kbd.keybinding { 2 background-color: var(--keybinding-bg); 3 padding: 2px 4px; 4 border-radius: 3px; 5 font-family: monospace; 6 display: inline-block; 7 margin: 0 2px; 8}