喵:Emacs 又一个模态编辑
Meow: Yet another modal editing on Emacs

原始链接: https://github.com/meow-edit/meow

## Meow:Emacs 的模态编辑 – 简约至上 Meow 是 Emacs 的一种新型模态编辑模式,旨在实现无缝集成和易用性。与其他解决方案(如 Evil)不同,Meow 优先考虑**最少配置并避免按键冲突**,而是与 Emacs 现有的系统协同工作,而不是取代它。 这带来更快速、更直观的体验,需要的记忆命令更少——通常可以消除对 Shift 键的使用。Meow 从 god-mode 和 avy 中汲取灵感,提供诸如高效的 kmacro 应用、交互式选择操作以及将选择视为主要对象等功能。 它没有依赖项,与原版 Emacs 按键映射兼容,并简化了跨模式的统一按键映射管理。Meow 旨在提供强大的模态编辑体验,而无需替代方案的复杂性和配置难题。

相关文章

原文

https://melpa.org/packages/meow-badge.svg https://stable.melpa.org/packages/meow-badge.svg https://github.com/meow-edit/meow/actions/workflows/action.yml/badge.svg

meow.svg

Less is more

Meow is yet another modal editing mode for Emacs.

Meow aims to blend modal editing into Emacs with minimal interference with its original key-bindings, avoiding most of the hassle introduced by key-binding conflicts. This leads to lower necessary configuration and better integration. More is achieved with fewer commands to remember.

Key features compared to existing solutions:

  • Minimal configuration – build your own modal editing system
  • No third-party dependencies (try it without touching your configuration)
  • Doesn’t occupy too many keys
    • Much easier to remember for people trying modal editing
    • More keys available for your own key-bindings
    • Most of the time, you don’t even need to hold shift!
  • Lightning fast (unlike Evil)
  • Minimizes modifier usage (e.g. SPC x f for C-x C-f) inspired by god-mode
  • Better workflow for kmacro application at multiple locations
  • Interactive selection manipulation and expansion inspired by avy
  • Selection as top-tier object, and keybindings built around selection
  • Compatible with the vanilla Emacs keymap (or any other keymap from any package)
  • Effortless uniform keymaps across modes
  • Key-binding conflict handling made easy

Please feel free to ask questions and share ideas at

Get started - Installation and configuration

Tutorial - Learn Meow in 15 minutes

FAQ - Frequently Asked Questions

Commands - Documentation for commands

Customizations - Helper functions and variables

Explanation - Ideas and concepts behind Meow

Changelog - Changes, releases, and news

Licensed under GPLv3.

联系我们 contact @ memedata.com