Ideavim
source ~/.ideavimrc.
Idea配置
shift+c:开启关闭ideavim
1配置 keymap搜索Vim Emulator
ctrl+R 配置idea
ctrl + shift + u:大小写切换 本来就可以用
ctrl + shift + v 剪贴 本来就可以用
命令普通模式:Esc123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960h – 将光标向左移动一个字符。l – 将光标向右移动一个字符。k – 将光标向上移动一行。j – 将光标向下移动一行。w – 向前跳一个单词。b – 向后跳一个单词。0 – 跳到行首。$ – 跳到行尾。% - 从括号结尾跳到括号开始^ - 非空的行首yy - 复制当前行p - 粘贴,会粘贴到下一行dd - 删除一行,在前面加数字可以删除多行G - 移动到最后一行gg - 移动到第一行{x}gg - 移动到x ...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment

