This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" huge thanks to Keshav13142’s https://gist.github.com/Keshav13142 | |
" (make sure to remove default Obsidian shortcuts if any conflicts happen) | |
" sometimes we use exmap to make aliases for long commands .. cuz of a bug in | |
" CodeMirror {it cannot handle many arguements} | |
" j AND k navigate visual lines rather than logical ones {both n&v modes} | |
nmap j gj | |
nmap k gk | |
vmap j gj |