Skip to content

Instantly share code, notes, and snippets.

View mohitt's full-sized avatar
🎯
Focusing

Mohit Thakral mohitt

🎯
Focusing
View GitHub Profile
@mohitt
mohitt / settings.json
Created April 4, 2025 20:54 — forked from brotherkaif/settings.json
LazyVim keymappings for VSCode
{
"vim.showMarksInGutter": false,
"vim.foldfix": true,
"vim.surround": true,
"vim.easymotion": true,
"vim.easymotionKeys": "asdghklqwertyuiopzxcvbnmfj",
"vim.leader": "<space>",
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [":", "w", "<CR>"],
@mohitt
mohitt / .ideavimrc.lazy
Last active April 10, 2025 02:00
.ideavimrc
" LazyVim key mappings for Jetbrains IDEs.
" LazyVim default settings
" https://www.lazyvim.org/configuration/general
let mapleader=" "
let maplocalleader="\\"
" Confirm to save changes before exiting modified buffer
set formatoptions=jcroqlnt