Skip to content

Instantly share code, notes, and snippets.

View reaink's full-sized avatar

Rea reaink

View GitHub Profile
@reaink
reaink / keymap.json5
Created July 12, 2024 10:02
zed config
[
{
"context": "(vim_mode == normal || vim_mode == visual) && !VimWaiting && !menu",
"bindings": {
// put key-bindings here if you want them to work in normal & visual mode
"space e": "workspace::ToggleLeftDock",
"space o": "project_panel::ToggleFocus",
// Close cactive panel
"space c": "pane::CloseActiveItem",
// Git
@reaink
reaink / yabairc
Last active July 10, 2024 09:19
yabai
#!/usr/bin/env bash
/opt/homebrew/bin/yabai -m signal --add event=dock_did_restart action="sudo /opt/homebrew/bin/yabai --load-sa"
sudo /opt/homebrew/bin/yabai --load-sa
# ====== Variables =============================
declare -A gaps
declare -A color
@reaink
reaink / kitty.conf
Last active July 8, 2024 10:26
kitty
# vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.
font_family CaskaydiaMono Nerd Font
bold_font auto
@reaink
reaink / .gitconfig
Created April 14, 2023 06:17
github ssh config
[core]
compression = 0
pager = delta
[delta]
navigate = true
line-numbers = true
[sendpack]
sideband = false