awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesEditor Input Customizations

Customizations focused specifically on modifying how the editor receives and processes keyboard input and text navigation.

Distinct from Xcode Workflow Customizations: Distinct from general workflow customizations by focusing on the input/navigation layer rather than templates or themes.

Explore 1 awesome GitHub repository matching development tools & productivity · Editor Input Customizations. Refine with filters or upvote what's useful.

Awesome Editor Input Customizations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xvimproject/xvimXVimProject 的头像

    XVimProject/XVim

    5,124在 GitHub 上查看↗

    XVim 是一个 IDE 文本编辑器扩展和 Vim 键位模拟器,将模态编辑集成到专业开发环境中。具体而言,它作为一个插件,为 Xcode 集成开发环境带来了 Vim 模态编辑和键位绑定。 该项目修改了键盘输入和文本导航行为,允许用户使用 Vim 快捷键导航和操作文本。这种集成旨在提高原生开发环境中的打字速度和编辑效率。 该系统管理模态状态并拦截键盘事件,以防止默认行为并应用自定义逻辑。它使用基于配置的映射将用户定义的按键组合转换为内部命令序列,并利用基于 AppleScript 的自动化来触发编辑器操作。

    Extends the Xcode editor with modal editing capabilities to enhance text manipulation and navigation.

    Objective-C
    在 GitHub 上查看↗5,124
  1. Home
  2. Development Tools & Productivity
  3. Xcode Workflow Customizations
  4. Editor Input Customizations