Home

Awesome

vim-edit: A text edit plugin for vim

安装

使用

参考配置

请将以下配置加到 ~/.vimrc,如果不喜欢以下映射,可根据个人喜好更改。

nnoremap Y :CopyText<cr>
nnoremap D :DeleteText<cr>
nnoremap C :ChangeText<cr>
nnoremap <leader>r :ReplaceTo<space>

License

This software is licensed under the MIT license. © 2018 chxuan