Skip to content

Instantly share code, notes, and snippets.

View 3nws's full-sized avatar
:shipit:

Enes Kurbetoğlu 3nws

:shipit:
View GitHub Profile
@3nws
3nws / keymap.json
Created January 31, 2024 08:48
Zed key bindings
[
// Standard macOS bindings
{
"bindings": {
"up": "menu::SelectPrev",
"pageup": "menu::SelectFirst",
"shift-pageup": "menu::SelectFirst",
"ctrl-p": "menu::SelectPrev",
"down": "menu::SelectNext",
"pagedown": "menu::SelectLast",
@3nws
3nws / settings.json
Last active May 3, 2024 07:34
Zed config
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"base_keymap": "VSCode",
@import url("https://gibbu.github.io/BetterDiscord-Themes/RadialStatus/base.css");
@keyframes back {
from {background-color: white;}
to {background-color: white;}
}
@keyframes pulsingBackground {
0% {
background-color: var(--color-low);
}
20% {