问题标签 [spacemacs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
regex - 如何在 spacemacs 中记录和保存宏或正则表达式
我想定期重用一系列正则表达式替换。在普通的 emacs 中,我会录制一个键盘宏,但输入 spacemacs 提供的更有用的正则表达式,在第一个替换步骤后录制会自动停止。我该如何做到这一点,并进行更一般的宏录制?此外,这两种记录机制(emacs 和 vim 之一)在底层实现是相同的,还是它们共存?
谢谢
elisp - 将 Spacemacs 的光标从框更改为所有主题的垂直线
我为 Spacemacs 安装了一些主题,其中一些使光标显示为垂直线(如在 Sublime 或 Atom 中),而有些使光标显示为实心框(如 Spacemacs 的默认主题)。
有没有办法将所有主题的光标外观设置为垂直线?
shell - 如何在启动 emacs/spacemacs 时自动启动 shell 缓冲区
我正在使用spacemacs。我正在开发一个 web c++ 应用程序,通常,我会打开一些 shell 缓冲区来构建、启动 c++ web 服务器、重新部署 css/js 代码。所以我将它们命名为:shell-build、shell-launch、shell-deploy。我想知道每次启动 spacemacs 时是否有办法自动启动它们。
search - 使用 Ctrl-Arrows 向后/向前 Emacs isearch 符号
如何让 Ctrl-Left/Right 向前/向后搜索光标下的符号?
我似乎找不到仅使用一个键就可以在符号上向前/向后搜索的方法。Spacemacs 有这个功能有一段时间了,很可能来自邪恶模式。
谢谢
spacemacs - 如何使用 spacemacs 访问 vagrant 机器?
我想使用我的 emacs 和 spacemacs 配置来连接 vagrant 和一些 python 开发,如何做到这一点?
emacs - Spacemacs 键绑定未注册
我的 .spacemacs 文件包含如下所示的部分:
我遵循了这篇文章的语法:https ://github.com/andrewfwang/dotfiles/blob/ee84ddd304d1dad7ece206062debd3e3c86e927f/.emacs.d/init.el
但是,每次我重新启动 spacemacs 时,我的更改都没有注册。但是,如果我在同一个文件中启用或禁用包,这些更改就会注册。这些键绑定调整不应该在user-config
吗?
emacs - 在 spacemacs 中解开 ido-dired 的最佳方法
我倾向于喜欢 spacemacs,但我不是 Ido 的粉丝,而且当我键入 Cx d 时,我发现进入 ido-dired 非常令人反感。有没有推荐的方法来防止这种情况?
emacs - emacs/spacemacs 是否支持嵌入在 Rust 宏中的嵌套 C++ 模式?
参考:rust-cpp
emacs/spacemacs 可以在主模式下支持嵌套模式吗?我习惯了 vim 和 emacs/spacemacs 的新手。