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

**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** Currently we can't remap for example `` and `` separately, they both...

Input
Vim Parity

Reproduce ``` :terminal echo hello ``` not show 'hello' but it works when macvim run in Terminal

Input

In macOS, you can enter macron input using an Option key sequence. E.g. Typing ``, then `i` should result in "í" being inputted. This works in insert mode, but if...

Input

# How to reproduce ``` vim -u NONE ``` `:map :` Now press command-e. Nothing happens, except the "Edit" Mac menu flashes as it's activated. There's now no way to...

Input

If I start macvim: ``` mvim -u NONE ``` and do ``` :set nocp :set macmeta :inoremap foo ``` Then, pressing either `å` or `Alt+e` in insert mode will insert...

Input

### Steps to reproduce 1. Open MacVim (`mvim --clean`) 2. Create a line 80 characters long (`80ii`) 3. Go to beginning of line (`0`) 4. Hold down 'l' and time...

Input

### Steps to reproduce 1. pull and build latest MacVim 2. load a file in MacVim (with or without plugins has same effect): `mvim -u NONE file` 3. move to...

We should set up CI on a machine running in Apple Silicon so we can run tests on native hardware to make sure it runs. Right now we only run...

Infrastructure

Run this from the terminal and then wait a few seconds ``` mvim -u NONE; sleep 2; osascript -e 'tell application "System Events" to keystroke "aThis text should get typed...

Input

Actually, Alt Mapping does not work on both `vim` and `gvim`. But I actually give up `vim` so far. At least, `gvim` should work, but it doesn't. ``` $ vim...