会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Nail_Lin
博客园
首页
新随笔
联系
订阅
管理
2021年2月24日
Gvim自动添加文件头
摘要: " 自动调用创建文件头 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)
2020年4月1日
.vimrc配置
摘要: " 颜色主题 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)
Manjaro安装
摘要: 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)