摘要: " 自动调用创建文件头 autocmd BufNewFile *.sh,*.csh,*.mk,Makefile,*.v,*.sv,*.py,*.tcl exec ":call SetTitleComment()" " 设置文件头 func SetTitleComment() if expand('% 阅读全文
posted @ 2021-02-24 21:52 ZeGa_Lin 阅读(573) 评论(0) 推荐(0)
摘要: " 颜色主题 colorscheme murphy " 启用行号 set nu " 设置TAB set smarttab set tabstop=4 set softtabstop=4 set shiftwidth=4 set expandtab " set noexpandtab " 设置无缓存 阅读全文
posted @ 2020-04-01 22:18 ZeGa_Lin 阅读(121) 评论(0) 推荐(0)
摘要: 1、下载Manjaro镜像 2、dd制作U盘安装 a) 查看磁盘挂载sudo fdisk -l b) 卸载磁盘unmount /dev/sdc1 c) 格式化U盘 sudo mkfs.vfat /dev/sdc -I d) 写入镜像sudo dd if=xxx.iso of=/dev/sdc sta 阅读全文
posted @ 2020-04-01 22:05 ZeGa_Lin 阅读(234) 评论(0) 推荐(1)