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 1. Update to MacVim r179 (Vim 9.1.0) 2. Use it ### Expected behaviour Fairly low CPU usage. ### Version of Vim and architecture MacVim r179 (Vim...

I just posted this to Mac_Vim: I’m a non-coding, non-developer coming back to vim primarily as a writer after several years away. I once had a comfortable configuration developed with...

### Steps to reproduce 1. Create a file with links: `echo "https://www.google.com" > /tmp/links.txt` 2. Open the file: `/Applications/MacVim.app/Contents/MacOS/Vim -g /tmp/links.txt` 3. Ensure the cursor is over the link 4....

Response Needed

### Steps to reproduce 1. In a terminal, without MacVim running, open two files with MacVim. For example, `open up.sql down.sql`. 2. MacVim opens, with the tabs in the opposite...

### Steps to reproduce 1. Create multiple editor tabs (cmd+t) 2. Drag one of them overlapping the title bar. ### Expected behaviour I need to move tabs for reordering purposes....

Crash

Currently MacVim exports many UTIs for filetypes it doesn't own, and its UTI definitions for many of these filetypes are incorrect. This patch aims to correct these UTI registrations and...

[Undotree](https://github.com/mbbill/undotree) is a plugin that adds a visual representation of Vim's undo tree. When this tree view is open, certain operations (undo, redo, joining lines) are slow in the GUI,...

Is there any way to remove window titlebar but keep standard rounded corners? Current solution with MMNoTitleBarWindow leaves sharp and ugly corners. It'd be nice to see something like this...

UI

In macOS, I am setting the default editor for source code files to open with macvim be default so that macvim can be the editor when debugging on lldb with...

Greeting! I configure `mvim://` in [React Developer Tools](https://react.dev/learn/react-developer-tools) to open file in MacVim from the browser extension. ``` mvim://open?url=file://{path}&line={line} ``` It works good, but there's a small issue. The issue...