# y-vim **Repository Path**: YoungNovice/y-vim ## Basic Information - **Project Name**: y-vim - **Description**: a copy of the original vim configuration - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # y-vim a copy of vim configuration managed by vim-plug ### how to install ##### for unix 1. cd ~ 2. git clone "git-repo" .vim 3. into vim execute :PlugInstall ##### for windows not support yet ### core config ~.vim/vimrc * use vim-plug to manage vim plugin ### ideavim config ~/.ideavimrc 可以配置idea独有的action > 通过 :actionlist查看支持的action idea是由很多的action的所以这个很有用 > reload配置 :source ~/.ideavimrc(c:\Users\\.ideavimrc) > nnoremap :action Redo ### 资料 reference * Practical.Vim.pdf 强烈推荐 * learnvimscriptthehardway.pdf vim脚本学习 还可以 看完之后就可以轻松的读懂配置和插件了 * img下有几张图片, 多看看有好处 ### plugged * plugin repo, rtp