Skip to content

Instantly share code, notes, and snippets.

View RomjanHossain's full-sized avatar
🐒
officeNhomeNsleep

Romjan D. Hossain RomjanHossain

🐒
officeNhomeNsleep
View GitHub Profile
@RomjanHossain
RomjanHossain / vimrc
Created March 7, 2024 06:17
Vimrc for the bubt pc
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
" β–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
" β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β•β•
" β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘
" β•šβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘
" β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•”β• β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ•β• β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
" β•šβ•β•β•β• β•šβ•β•β•šβ•β• β•šβ•β•β•šβ•β• β•šβ•β• β•šβ•β•β•β•β•β•
"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@RomjanHossain
RomjanHossain / us
Last active July 15, 2024 04:36
Colemak-dh ortholinear on /usr/share/X11/xkb/symbols
// Keyboard layouts for the United States of America.
default partial alphanumeric_keys modifier_keys
xkb_symbols "basic" {
name[Group1]= "English (US)";
key <TLDE> {[ grave, asciitilde ]};
key <AE01> {[ 1, exclam ]};
key <AE02> {[ 2, at ]};
@RomjanHossain
RomjanHossain / colemak-dh.ahk
Last active February 9, 2025 09:19
Colemak mod dh ortholinear layout for windows
; Colemak Mod-DH mapping for ANSI boards
;SC010::q
;SC011::w
SC012::f
SC013::p
SC014::b
SC015::j
SC016::l
SC017::u
" ~/.ideavimrc β€” Cleaned & Enhanced for Android Studio with IdeaVim
" https://jb.gg/ideavimrc - Official doc
" ======================[ General Settings ]=======================
let mapleader=" "
" Show line numbers & scroll padding
set number
set scrolloff=5