Created
May 6, 2021 01:13
-
-
Save ara-ta3/fe7ab2a36671d98770895ca50b6081a3 to your computer and use it in GitHub Desktop.
利用中のobsidian.vimrc Obsidian Vimrc Support version: 0.2.4
This file contains 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
nmap <Esc><Esc> :nohl | |
nmap j gj | |
nmap k gk | |
nmap <DOWN> gj | |
nmap <UP> gk | |
imap jj <Esc> | |
imap <C-a> <Esc>0i | |
set clipboard=unnamed | |
set tabstop=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment