Questions tagged [macvim]

MacVim is a version of the Vim text editor for Mac OS X.

https://web.archive.org/web/20160827085726/http://macvim.googlecode.com/files/MacVim-screenshot-10-detail.jpg

MacVim supports multiple windows with tabbed editing and a host of other features such as:

  • bindings to standard OS X keyboard shortcuts (⌘Z, ⌘V, ⌘A, ⌘G, etc.),
  • transparent backgrounds,
  • full-screen mode,
  • multibyte editing with OS X input methods and automatic font substitution,
  • ODB editor support,

and more. Most importantly, MacVim brings you the full power of Vim 7.3 to Mac OS X.

Legacy versions are available for OS X 10.4, 10.5 and 10.6. Current build is available for "Lion".

For further details see the MacVim website.

959 questions
0
votes
1 answer

Problems installing Nerdtree

According to the nerdtree install directions, I needed to install pathogen.vim to install nerdtree. To install pathogen.vim, I followed the pathogen install instructions, and I did this: ~$ mkdir -p ~/.vim/autoload ~/.vim/bundle; \ > curl -so…
7stud
  • 46,922
  • 14
  • 101
  • 127
0
votes
2 answers

how to automatically make new file with mvim

When I run mvim . it opens NERDTree but doesnt open a new file/buffer. How might I accomplish this? Ideally when you type mvim . from terminal it would open MacVim, close NERDtree, and open a new buffer I'm not sure if this is possible but is there…
Tallboy
  • 12,847
  • 13
  • 82
  • 173
0
votes
2 answers

Paste within line in macvim

I started to use macvim not only for code, but also for editing a wiki and academic writing in LaTeX. After several honeymoon moments ;-) and first customization efforts, I found a problem I can't solve: How do I paste content from the system…
lejonet
  • 195
  • 3
  • 10
0
votes
4 answers

Getting hilighting in a vim color file

I'm trying to edit my colour scheme in vim, and I remember when I was using Fedora I could get an easy preview of the colour when I changed it. If I had a line like: let ColourAssignment['String'] = {"GUIFG": 'LightYellow', "CTERMFG":…
0
votes
3 answers

MacVim and Latex: How to quickly compile and preview?

The latex package provides MacVim with menu items to compile and preview. I'd like to execute these functions via keypress, perhaps with \ + something How to do this?
Phantrast
  • 639
  • 1
  • 9
  • 18
0
votes
2 answers

VIM NERDTree shortcuts to open standard Rails folders

I have just made the switch from Textmate to MacVim and so far I am loving it! My workflow is just becoming a breeze… and I'm kinda hooked on that. As front-end developer working on Rails projects I find that I am constantly opening up the same…
Ad Taylor
  • 2,775
  • 5
  • 27
  • 32
0
votes
1 answer

Speed up cursor in macvim with janus

I have MacVim installed and want to increase the speed by which the cursor moves about the screen. In other words, I want the cursor to move faster when I click on the arrow keys or h,j,k, and l. What command do I add, and which file do I add it to?…
AdamT
  • 6,405
  • 10
  • 49
  • 75
0
votes
2 answers

In Macvim with +python3 supported, which command should I use to execute the current file itself?

I just set up IDE env for Python 3. I was wondering how I can run the file being currently edited in vim. I remembered that the command was ":python %", but it did not work for Python 3. Thank you very much.
user1067671
  • 231
  • 1
  • 5
  • 10
0
votes
0 answers

modified macvim seeing fatal error

I compiled my macvim installation against python 2.7 by making the modification described here: vim compiles with wrong python version (and not working with needed version) And now I'm seeing an error any time I close more than one window at a…
Maus
  • 1,791
  • 1
  • 17
  • 28
0
votes
1 answer

MacVim/YADR Autocomplete Issue

I have installed MacVim, and https://github.com/skwp/dotfiles (including all the dependencies such as zsh, etc). and I am having trouble getting auto complete to work. When I'm typing Index and according…
Steven
  • 13,250
  • 33
  • 95
  • 147
0
votes
1 answer

How to make MacVim launch with the -y option by default?

Right now I have to go to a terminal and type: "mvim -y &". I want to be able to launch MacVim with -y option enabled even when clicking on the .app icon or when launching it through the "Open with..." context menu. I know about the gvimrc and vimrc…
Martin Klosi
  • 3,098
  • 4
  • 32
  • 39
0
votes
1 answer

How to make vim buffer source to R without .R extension

Possible Duplicate: Can I make vim do syntax highlighting on C++ headers that don't have extensions? I'm using the R.vim script to source my .R files from vim to R-GUI using Applescript. However, this will only work if the file I open in vim has…
Christopher Aden
  • 757
  • 6
  • 21
0
votes
1 answer

A sample neocomplcache setting in .vimrc is work for MacVim , but not work for Linux console vim

I installed neocomplcache for vim in both my computer, macbook air and Linux ubuntu 11.10 I use macVim on macbook air, but I use console vim on ubuntu. First,I copied the sample code to the .vimrc of macVIm. And it works for my macbook and no…
code4j
  • 4,208
  • 5
  • 34
  • 51
0
votes
2 answers

Setting terminal Vim color scheme on Mac Lion

I just updated my Mac to lion and I am trying to configure bash and vim color schemes. I created ~/.vim/colors folder and put the color schemes in there. For some reason the text colors are all the same. So it would be either all green, all cyan,…
wayfare
  • 699
  • 2
  • 9
  • 17
-1
votes
1 answer

MacVim GUI doesn't use XDG vimrc

I just finished setting vim to use XDG variables (mostly taken from here), where: XDG_CONFIG_HOME: ~/.config XDG_CACHE_HOME: ~/.cache When I launch MacVim from the terminal using mvim, everything specified in my vimrc is read. However, when I open a…
Saurabh
  • 5,176
  • 4
  • 32
  • 46
1 2 3
63
64