Skip to content

Instantly share code, notes, and snippets.

View BennisonDevadoss's full-sized avatar
🎯
Focusing

Bennison J BennisonDevadoss

🎯
Focusing
View GitHub Profile
/* EXAMPLE ONE */
const age = 21;
let increament = 1;
const result = age > 0 || inceament++
console.log(result); // true
console.log(increament); // 1
/* EXAMPLE TWO */
@BennisonDevadoss
BennisonDevadoss / settings.json
Created July 18, 2025 19:32 — 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>"],