随笔分类 -  Emacs

Help poor children in Uganda!
摘要:http://everet.org/thinking-of-emacs.html?utm_source=tuicool 阅读全文
posted @ 2024-01-03 08:55 皮豪 阅读(10) 评论(0) 推荐(0) 编辑
摘要:# Debian配置Fcitx5输入法 ```sh sudo apt install fcitx5 fcitx5-rime ``` 放到 `~/.profile` 的配置 ```sh export LC_CTYPE="zh_CN.UTF-8" export GTK_IM_MODULE=fcitx e 阅读全文
posted @ 2023-08-04 21:28 皮豪 阅读(359) 评论(0) 推荐(0) 编辑
摘要:;; 编码 (set-language-info "UTF-8" 'coding-priority '(utf-8 gb18030 gbk gb2312 iso-2022-cn chinese-big5 chinese-iso-8bit iso-8859-1)) (prefer-coding-sys 阅读全文
posted @ 2023-03-25 07:41 皮豪 阅读(32) 评论(0) 推荐(0) 编辑
摘要:目前我还没有把Vim的help看完 后面会把help看完 具体操作就是 :cd <DIR> 阅读全文
posted @ 2023-02-28 07:49 皮豪 阅读(60) 评论(0) 推荐(0) 编辑
摘要:编辑 ~/.emacs 输入以下内容 ;; 编码 (set-language-info "UTF-8" 'coding-priority '(utf-8 gb18030 gbk gb2312 iso-2022-cn chinese-big5 chinese-iso-8bit iso-8859-1)) 阅读全文
posted @ 2023-01-16 20:59 皮豪 阅读(65) 评论(0) 推荐(0) 编辑
摘要:这个会判断是否启动 Emacs daemon,如果没有启动他会自己启动 alias ec='emacsclient -t -a ""' alias sec='sudo emacsclient -t -a ""' 阅读全文
posted @ 2022-07-10 09:10 皮豪 阅读(64) 评论(0) 推荐(0) 编辑
摘要:未完待续 阅读全文
posted @ 2022-03-31 12:14 皮豪 阅读(21) 评论(0) 推荐(0) 编辑
摘要:下面是vim原本的支持的键 可以用于 emacs evil ,evil 用这个比用快捷键还方面些 1、纵向调整 :res[ize] num 指定当前窗口为num列num行 :res[ize] +num 把当前窗口高度增加num行 :res[ize] -num 把当前窗口高度减少num行 2、横向调整 阅读全文
posted @ 2022-01-17 09:24 皮豪 阅读(34) 评论(0) 推荐(0) 编辑