macvim icon indicating copy to clipboard operation
macvim copied to clipboard

Vim - the text editor - for macOS

Results 166 macvim issues
Sort by recently updated
recently updated
newest added

### 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...

Feature Request

**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...

Input

### 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...

Feature Request

We should support mapping `` in MacVim (Cmd + left mouse click).

Input

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...

Feature Request
13.0 Ventura
System Integration

### 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...

Input

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....

Renderer

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...

Renderer

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...