First commit
This commit is contained in:
6
.obsidian.vimrc
Normal file
6
.obsidian.vimrc
Normal file
@@ -0,0 +1,6 @@
|
||||
" Have j and k navigate visual lines rather than logical ones
|
||||
nmap j gj
|
||||
nmap k gk
|
||||
" I like using H and L for beginning/end of line
|
||||
nmap H g^
|
||||
nmap L g$
|
||||
Reference in New Issue
Block a user