macvim-dev/macvim

Vim - the text editor - for macOS

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 8th, 2026
Created on September 1st, 2012
Open Issues & Pull Requests: 199 (+0)
GitHub issues: Enabled
Number of forks: 692
Total Stargazers: 7,881 (+0)
Total Subscribers: 204 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.0 hours
Mean response time: 45.0 days
90th percentile: 20.8 days
Tracked items: 77

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 86% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 43
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 748 days
Stale 30+ days: 39
Stale 90+ days: 36

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Question (4)
  • UI (4)
  • Bug (3)
  • Renderer (3)
  • Deprecated Technology (2)
  • Epic (2)
  • Feature Request (2)
  • Infrastructure (2)

Most active issues this week

Detailed Description

MacVim is a graphical user interface for the Vim text editor on macOS.

MacVim addresses the need for a native macOS experience when using Vim by providing a graphical interface that integrates deeply with the platform. Rather than running Vim in a terminal, MacVim offers a native GUI with menus, dialog boxes, toolbars, and scroll bars. It supports both native and non-native full-screen modes, trackpad gestures, Touch Bar integration, and system services like dictionary lookup and Apple Intelligence Writing Tools. The editor includes Vim GUI tabs with customizable colors and supports font ligatures for accurate text rendering.

Developers who prefer Vim's modal editing but want a native macOS application should choose MacVim. It suits anyone working on macOS who values platform integration alongside Vim's editing capabilities. The tool is a downstream fork of Vim that regularly merges upstream changes, so it maintains compatibility with core Vim features. Unlike the upstream Vim project, which provides only a terminal version on macOS, MacVim bundles a dedicated graphical application. In Homebrew, both a vim and macvim package exist; the vim package tracks upstream Vim more closely for core features, while macvim provides the additional GUI application.

The project maintains active continuous integration testing on the master branch. Development activity shows consistent engagement with upstream Vim through regular merges, ensuring the tool stays current with core editor improvements while preserving its macOS-specific enhancements.