Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
paredit.vim 中的默认 "s" 和 "S" 覆盖了我的 vim-sneak 插件默认的 "s" 键绑定。你知道禁用 paredit.vim 默认键绑定的方法吗?
打开文件并通过在每一行的开头paredit.vim添加注释这些行:"
paredit.vim
"
nnoremap <buffer> <silent> s :<C-U>call PareditEraseFwd()<CR>i nnoremap <buffer> <silent> S V:<C-U>call PareditChange(visualmode(),1)<CR>