Skip to content

Instantly share code, notes, and snippets.

View boy12hoody's full-sized avatar
🎯
Focusing

Boy Hoody boy12hoody

🎯
Focusing
  • Uzbekistan, Tashkent
View GitHub Profile
@boy12hoody
boy12hoody / keymap.json
Last active October 24, 2025 11:30
My `~/.config/zed/keymap.json` file
// Zed keymap
//
// For information on binding keys, see the Zed
// documentation: https://zed.dev/docs/key-bindings
//
// To see the default key bindings run `zed: open default keymap`
// from the command palette.
[
// Add line move to vim mode
{
@boy12hoody
boy12hoody / .ideavimrc
Last active December 4, 2025 12:13
My `~/.ideavimrc` file
"" ========================================================
"" Base Settings
"" ========================================================
" https://github.com/JetBrains/ideavim/wiki/set-commands
set scrolloff=10
set history=1000
set number relativenumber
set showmode
set showcmd