;; Automatically set screen title ;; ref http://vim.wikia.com/wiki/Automatically_set_screen_title ;; FIXME: emacsclient in xterm will have problem if emacs daemon start in screen (defun update-title () (interactive) (if (getenv "STY") ; check whether in GNU screen (send-string-to-ter...
vim-navigator- Vim 命令选择面板,类似 emacs 的 Whichkey。vim-preview- 在预览窗口中预览符号定义。
https://github.com/redguardtoo/emacs.d, 启动时间也就是0.5秒而已, 其他方面也都优化过了.我的...
我目前的 Vim 配置示例(https://github.com/semanser/dotfiles/blob/master/.vimrc) 如果你想了解更多关于现代 vim 配置的知识,那么可以访问 vimporn(https://www.reddit.com/r/vimporn/)这个论坛。 其他编辑器中的 Vim 模式 我并不推荐使用这种方式学习“真正”的 Vim,但如果你必须在某种特殊的环境下工作,...
我喜欢VS Code的一点是它的零配置扩展生态系统。它在编码时给我一种很聪明的感觉,我觉得它有一些Sublime没有的独特之处。直到今天,VS Code依然是我最喜欢的编码工具。如果能写代码的东西,最终都会在VS Code中。我觉得它就像现代版的emacs。 我亲身体会到了严格类型语言和动态类型语言的区别。当时我在做 Ruby on...
前几天,第一款由我独立开发的 Vim 插件 vim-markdown-toc 升级了功能,发布了 v1.0 版本。 它的主要功能是为 Markdown 文件生成 toc(Table of Contents)、更新已经存在的 toc 和在保存时自动更新 toc。 说它是当前使用 Vim 编辑 Markdown 文件时维护 Table of Contents 的最佳解决方案应该不为过。
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
Applying same text modification in several lines Cool or not? Leave only the numbered lines. Com(m)a Trouble Words in parens Swap values inside brackets A HAPPY NEW YEAR 2014 ! Increment each number Vice versa Resort and deup a CSV list Delete to the end of the current line Simple text...
How to remove ^M special character in VI mode - Can't remove using dos2unix, can't print the whole line doing cat or grep, View ^M as newline in vim without persistent file conversion, VIm - How to remove right margin, Vim: How to remove spaces in the mi
不过,Emacs 有一个令人惊叹的 Git 用户界面 Magit,这个界面感觉恰到好处,Org Mode 可以赋予文本文件神奇的力量,还有 elfeed 可以让你轻松阅读新闻(来自 RSS 提要、 HackerNews 和 Reddit),同时无需切换窗口。 Emacs 真的更轻巧吗? 为了回答这个问题,周末我一整天都在笔记本电脑上使用 IntelliJ 写代码,同时截取了电...