macvim
macvim copied to clipboard
Vim - the text editor - for macOS
### Steps to reproduce Whenever I do any normal mode command in the terminal the screen is flickering while it is being redrawn. This only started happening after the latest...
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** iterm2 and various terminals have a feature where the window focus can...
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** I don't really use accented characters using the macOS compose key. So...
### Steps to reproduce 1. Make a new text file somewhere: `touch ~/Desktop/test.txt` 2. Open a new empty macvim window 3. Open that file from the Vim command line: `:e...
We should support mapping `` in MacVim (Cmd + left mouse click).
macOS 13 Ventura added a new API called App Intents (https://developer.apple.com/documentation/appintents). MacVim should support that to allow for integration into other apps and automation. TODO: Think about what kind of...
### Steps to reproduce 1. Open new file and enter insert mode 2. "a b" (2 spaces) 3. Observed: standard macOS replacement would be in place "a . b" Issue...
i tried out the macligatures feature. with muliple fonts is see this: 1. typing `a !=` and leaving the cursor in insert mode, a somewhat broken 'not equal' ligature appears....
Hi, I use vim inside the terminal and it renders Arabic correctly. But I'm missing MacVim features. I was wondering if MacVim is using CoreText, then why Arabic is rendered...
This is a continuation of #1468. This pull request fixes the incorrect UTI exported/imported UTIs as well as updates CFBundleDocumentTypes to use LSItemContentTypes instead of CFBundleTypeExtensions. (This is a new...