Skip to content

Instantly share code, notes, and snippets.

View awerebea's full-sized avatar

Andrei Bulgakov awerebea

View GitHub Profile
@Keshav13142
Keshav13142 / .obsidian.vimrc
Last active September 13, 2025 16:44
obsidian-vimrc
" Have j and k navigate visual lines rather than logical ones
nmap j gj
nmap k gk
" Go to beginning/end of line
nmap gh ^
nmap gl $
" Cycle between tabs
exmap tabprev obcommand workspace:previous-tab