macvim
macvim copied to clipboard
Vim - the text editor - for macOS
Recent macOS versions enable users to define different 'focus' settings (allowing or disallowing notifications), based on location, time, and which application is being used. MacVim is not in the list...
### Steps to reproduce ``` git clone https://github.com/macvim-dev/macvim.git cd macvim/src ./configure --enable-rubyinterp \ --enable-python3interp \ --enable-perlinterp \ --enable-cscope \ --enable-terminal make -j8 # or simply 'make' for that matter ```...
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** I think it would be nice if MacVim supports native color picking....
We should implement a Metal-based text renderer for MacVim. #858 fixed a lot of the issues with the previous way MacVim rendered text and laid the grounds work by storing...
### Steps to reproduce 1. Create an Applescript that opens MacVim and calls `document 1`. Eg: ``` tell application MacVim activate set my_path to get path of document 1 end...
> The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead. And fix build errors on `macos-12`: Apple clang-13 sets `-Wunused-but-set-variable` by default so when with `-Werror` a build...
I have "U.S. International PC" as Keyboard Input Source which means that to produce ä I need to press " followed by a and to produce an actual double quote...
Hi, I have this settings in my .vimrc but who knows why, with the lastest release cmd + é (D-é) does not work to switch tab. `map 1gt` `map 2gt`...
OSX 10.12.5 macvim 8.0.596 (133) Code keyboard (full size, US) Hitting cmd + '-' on the numeric pad decreases the font but uisng the '+' on the numeric pad doesn't...