杂七杂八

4 篇文章

Vim

尝试学习一下vim

vim模式切换

normal转insert

i 光标前插入 I行首插入 o进入下一行输入 O上一行插入 a光标之后输入 A行末尾插入

1 分钟阅读
282 字

博客配置

参考:快速入门 | Hugo 中文网

环境准备

安装hugo

brew install hugo

问题1

Cloning into '/Users/agq/Library/Caches/Homebrew/hugo--git'...

fatal: unable to access 'https://github.com/gohugoio/hugo.git/': Recv failure: Operation timed out

解决方法:关闭代理

2 分钟阅读
578 字