A highly configurable text editor built to creating and changing any text

MacVim

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe
Download MacVim 9.0 Snapshot 179

MacVim

  -  20.4 MB  -  Open Source
MacVim is a port of the text editor Vim to macOS that is meant to look better and integrate more seamlessly with the Mac than the older Carbon port of Vim. MacVim supports multiple windows with tabbed editing and a host of other features such as:
  • bindings to standard macOS keyboard shortcuts (⌘-Z, ⌘-V, ⌘-A, ⌘-G, etc.),
  • transparent backgrounds,
  • full-screen mode,
  • multibyte editing with macOS input methods and automatic font substitution,
  • ODB editor support,
  • and more...
Note: Requires 64-bit processor.

Also Available: Download Vim for Windows

  • MacVim 9.0 Snapshot 179 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

What's new in this version:

Features:
System monospace font (SF Mono):
- MacVim's guifont option now supports a new -monospace- value, which instructs it to use the system monospace font, which is SF Mono in recent macOS versions. As mentioned below (New Vim features), you can now use tab-completion to see the available values in cmdline. See :h macvim-guifont for more details on how to use it (including using different font weights)
- Note: I'm contemplating changing the MacVim default value for guifont to be -monospace- in the future so MacVim will always use the native monospace font instead of being hard-coded to Menlo. This makes it more consistent with Apple Terminal and Xcode. Feel free to leave a comment on #1277 if you have opinions on this.

New Vim features:
- Command-line tab completion improvements and bug fixes (see :h cmdline-completion and :h complete-set-option)
- Most string option values can now be completed. v9.0.1958
- MacVim options (guifont, fuoptions) also support tab completion
- ++opt (e.g. :e ++) and :terminal ++ completion work as well. v9.0.2025
- New options: set jumpoptions=stack. Ported from Neovim. v9.0.1921
- API changes: getmousepos() returns a new "coladd" for tab characters. v9.0.2032
- :Man now works properly when gdefault is set. vim/vim#13097
- A new small Vim script library that may expand in the future. See :h vim-script-library
- Vim9 script improvements
- Miscellaneous security fixes
- Misc

New settings:
- "Scroll in one direction only" (Input). Prevents accidental horizontal scrolling when scrolling vertically using a trackpad.

Clean mode (#1453):
- Vim can be opened in clean mode (does not use .vimrc or plugins) via the new menu item "New Clean Window". The new menu isn't localized in most languages. Please comment on the issue if you would like to help in localization.
- MacVim can be launched without loading user defaults for a clean experience via a command-line flag. See :h macvim-settings

General:
- Sparkle (updater for MacVim) is now updated to 2.5.2. The updater can now show multiple release notes when updating MacVim across multiple versions
- Binary release is now built with more optimized compiler settings. Vim will now run slightly faster than before.

macOS 14 Sonoma:
- Binary release is now built using the macOS 14 SDK. One small change is that very tall characters (e.g. "นี้") on the first line will now draw into the title bar instead of being clipped.
- Fixed printing with :hardcopy under macOS 14. NOTE: Starting from macOS 14, you have to install ps2pdf (available from Ghostscript) yourself before you can print. See #1464
- Python 2 support: The default location for locating the Python 2 lib in the binary release is now under /Library/Frameworks rather than /usr/local. Note: Python 2 has long been obsolete. If you rely on Python 2 plugins, consider this a warning as it's only supported as long as it's feasible and could be removed in the future

Fixed:
- Fixed non-native full screen mode when using a MacBook with a notch and having the "Show menu bar in non-native mode" option set. Changing the screen resolution while using non-native full screen also works properly now.
- Fixed Help menu's documentation search not working with tags with special characters like

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe