1 Star 0 Fork 0

Falling Slowly/obsidian-config

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.obsidian.vimrc 819 Bytes
一键复制 编辑 原始数据 按行查看 历史
Falling Slowly 提交于 2024-01-11 15:26 +08:00 . update obsidian vimrc
nmap ; :
" Have j and k navigate visual lines rather than logical ones
nmap j gj
nmap k gk
" jump quickly
nmap J 5j
nmap K 5k
" remove search highlights
nmap <F5> :nohl
" Moving to next/prev paragraph
nmap [ {
nmap ] }
" beginning/end of line
nmap H ^
nmap L $
" Change insert mode to Normal mode
imap jj <Esc>
exmap surround_double_quotes surround " "
exmap surround_backticks surround ` `
exmap surround_brackets surround ( )
exmap surround_brackets_chinese surround ( )
map tt :surround_double_quotes
map ff :surround_backticks
map mm :surround_brackets
map mn :surround_brackets_chinese
" Emulate Folding https://vimhelp.org/fold.txt.html#fold-commands
exmap togglefold obcommand editor:toggle-fold
nmap zo :togglefold
nmap zc :togglefold
nmap za :togglefold
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangsl306/obsidian-config.git
git@gitee.com:yangsl306/obsidian-config.git
yangsl306
obsidian-config
obsidian-config
main

搜索帮助