MacVim is a version of the Vim text editor for Mac OS X.
0
votes
0answers
18 views
Can't paste into MacVim
I copy text from outside of Vim. ⌘V in other apps pastes text without problem. In MacVim, it doesn't work.
In Insert Mode, nothing appears. In Normal Mode, I get E353: Nothing in register +. This ...
1
vote
2answers
28 views
Jump from the beginning of a line to the end of the line above
I want to know what is required in .vimrc to achieve the following.
Consider the following situation:
Line 1 -> ABC DEF GHI
Line 2 -> JKL MNK OPQ
where A and J are both the beginning of each line, ...
0
votes
0answers
19 views
vim does not see lib directory in projects
Learning Ruby, using MacVim on Mountain Lion.
Installed Command-T (same problem if I used CtrlP) and a file search is not finding the lib directory. That's how I noticed it, but it's not seen ...
0
votes
2answers
20 views
Maximize window in MacVim on startup
How can I set MacVim to start up with a window that extends the full height (minus menu bar) and width of my monitor (not fullview)?
If this impossible on startup, how can I change it manually (not ...
0
votes
2answers
38 views
Vim's (MVIM) Local Leader, BackSlash Only Beeps
I'm new to VIM, using MacVim, and I'm trying to use Backslash as local leader. It seems like that is the default. If I do:
:let maplocalleader = "\\"
I just get a beep when I try to use local ...
0
votes
1answer
34 views
Disable bell in MacVim
I know this topic has been asked multiple times. But I don't seem to be able to disable the acoustic bell in MacVim. What I have in my .vimrc:
set noerrorbells
set novisualbell
set t_vb=
Am I ...
1
vote
3answers
36 views
How can I paste the content just after multiple lines
I always face this problem in my real life.
I want this:
My cursor is at the first line of multiple lines of codes. The content should be placed just after multiple line of codes.
[cursor]xxxx
...
2
votes
1answer
61 views
Elegant way to check if a global plugin variable is set in a vim plugin
I used to use vim during the last years for editing configs and scripts on remote servers. A couple of weeks ago I decided to take the next step and try to use (Mac)vim as my regular editor besides ...
1
vote
1answer
50 views
Trigger fullscreen mode in macvim
I'd like to set some properties when entering the fullscreen mode in MacVim automatically. E.g. toggle linenumber, set columns, etc.
Is it possible to trigger the fullscreen mode ín MacVim?
0
votes
2answers
42 views
Different syntax highlighting on mvim/vim when using console
Using MVIM on GUI I get the syntax on the right. Using mvim -v\ or vim on the console, I get no syntax at all, but after a :syntax on if becomes the image on the left, which is still not the coloring ...
0
votes
1answer
38 views
How to map already being used shortcuts in CLI vim?
I am a vim user.
I like to use CLI vim rather than GUI MacVim.
I usually use vim in iTerm2 terminal which has already a lot of shortcuts using Command Key.
I want to map my custom shortcuts but ...
1
vote
1answer
34 views
How to start MacVim 7.3 snapshot 66 WITH its toolbar
I'm using Mac OSX with Mountain Lion and I'm running MacVim 7.3 snapshot 66, I just installed it with brew install macvim but it doesn't starts with its toolbar and I really want it, what should i do ...
0
votes
4answers
173 views
Command-T for Emacs?
I'm a long time Emacs user, but partially switched to MacVim 2 years ago, and been using it for all my programming work (still using emacs for other stuff). I decided to switch back to Emacs now, ...
1
vote
1answer
253 views
brew installed Vim in Terminal with RVM (Ruby 1.9.3), MacVim and Command-T
I'm using RVM (1.17.7) and Ruby 1.9.3p362. In the long run I want to move over to Vim in the Terminal with Tmux. I'm trying to learn how to install and run with my choices for plugins instead of ...
0
votes
1answer
42 views
Ignore vim java warnings
I am using the janus distro of vim and started to editing some java files..
I have some errors on the left, saying that it can't locate my packages..
Where are those errors are coming from? and how ...
0
votes
0answers
62 views
MacVim doesn't load $PATH env variable from .bash_profile
When I run MacVim from the command line, it has the environment variable PATH set correctly as I specify in my .bash_profile file.
However, running MacVim from the shortcut has a very stripped down ...
1
vote
1answer
31 views
Vim not highlighting whitespace in git patch
I have followed the advice in this post for coloring white space in git diffs. However, I don't often use diffs, so this was helpful to me in something I do use often, git add -p, or patch mode. As of ...
0
votes
2answers
125 views
Overriding system vim on Mac
I installed macvim via brew install macvim --override-system-vim. All appears to be well. When I do an ls -lart on /usr/local/bin here is what I get for the symlinks relative to vim:
vimex -> ...
0
votes
0answers
26 views
how to jump with ctags and not to change the PWD in macvim
I used ctags + vim-project in macvim, and the project config like that
src=/user/home/src CD = . filter="*.cpp *.h"{
xxx.cpp
xxx.h
}
so when I open the xxx.cpp,then PWD set to the path of ...
0
votes
1answer
26 views
MacVim Replace All Issue
I have an html file that I need to replace some characters with html entities. Right now I'm trying to replace — with — but when I use the Replace All button, the result is that all of ...
0
votes
0answers
37 views
no python3 support for brew macvim
For some reason macvim installed with brew doesn't have the python3 support. Here is how I installed it:
brew install macvim --with-cscope --with-python3
Whenever I run
:echo has('python3')
The ...
0
votes
0answers
122 views
Vim Plug-ins for debugging Ruby 2.0.0?
I have seen a handful of options for running a Ruby debugger within Vim, including some great answers on StackOverflow. However, most of these appear to address Ruby 1.8 or 1.9.2, and it's not clear ...
0
votes
1answer
38 views
MacVim, remapping Alt-key as Ctrl-key
I am a MacVim user, and I would like to know if it's possible to make the Alt-Option key behave as a Ctrl key.
Thanks for your time gentlemen.
0
votes
1answer
83 views
How to remap Esc to Caps Lock in Janus (VIM)
How do I remap the esc (escape) key on my Mac (Mountain Lion) for Janus (VIM).
What is the command?
And in what file do I insert this code?
0
votes
0answers
13 views
macvim crash - code loss
I was working on a school PHP assignment and was developing in MacVim. MacVim crashed as I was working on the file.
I decided to try and finish the assignment using textedit. However, when I opened ...
1
vote
2answers
139 views
Vim ctrlp plug in loading all files in my computer instead of current directory
I'm using MacVim with the ctrlp plug in for a file finder. It's supposed to load files in just the current directory to the file buffer. For example, I used to be able to cd into a directory, and then ...
0
votes
1answer
75 views
Unable to compile MacVim with filedrawer on OSX 10.7.5
I am unable to compile Alloy's fork of MacVim on OS X 10.7.5. I have Xcode 4.6 installed, with up-to-date command line tools. (I am aware that there is a Homebrew formula for this version of Macvim, ...
1
vote
1answer
455 views
syntastic not working: no errors
I've installed Pathogen, git clone'd the syntastic repo, and tried :Helptags in mvim. However, whenever I type :Helptags, I don't get an error but nothing at all happens. Any idea what might be going ...
0
votes
2answers
882 views
ultisnips and youcompleteme
I have bundles ultisnips and youcompleteme installed on my macvim.
the problem is that ultisnips doesn't work because tab is bound by ycm.
i tried putting let g:UltiSnipsExpandTrigger = ...
0
votes
3answers
64 views
Surrounding in vim
Is there a simple way to surround text, I know about this plugin
But too much keys.
I tried my approach
vmap ' <D-x>i'<esc><D-v>i'
vmap " <D-x>i"<esc><D-v>i"
...
0
votes
2answers
169 views
Macvim won't load specific color scheme by default
I'm having a problem similar to VIM Color scheme not loading by default
Except I am having the problem with the gentooish theme found here http://www.vim.org/scripts/script.php?script_id=2474
For ...
0
votes
2answers
77 views
Is there a way to fold all multi-line Ruby comments in Vim?
I'm working on a Ruby gem and I would love to be able to hide all the documentation comments in the file because they are more for people using the library than reading or writing the code. I see the ...
0
votes
1answer
35 views
When I execute :sh in a terminal vim it exits macvim
I want to execute :sh to do some quick things while in a macvim session within the terminal. When I am in the GUI application(not in terminal) this works perfectly. However, when I run it within the ...
0
votes
1answer
42 views
Run vim commands on errors?
Ok so this question is vaguely related to one of my previous questions:
I want Vim to be able to save and close similarly to Photoshop in regards to buffers?
Basically the solution I found (or gets ...
1
vote
1answer
133 views
VIM FTP Auto-Upload Upon Save?
Is there a plug-in or something already in mac VIM to get this done? It's the one feature that Sublime has that I really wish VIM had.
1
vote
2answers
62 views
Is there anyway to dynamically enable / disable the highlighting in Vim?
Ok so basically the way Vim highlights searches displeases me. Basically you do a search, then you have to type /asdf or have a shortcut like this in your vimrc:
nn <silent> ...
2
votes
3answers
172 views
How to resize split windows in Vim proportionally?
Ok so first off, this is NOT the answer I'm looking for:
autocmd VimResized * :wincmd =
Let me explain: Let's assume I have 2 vertically split windows, one at 30% size and one at 70% size. When I ...
0
votes
1answer
29 views
Why can't a variable be passed into the MacVim :colorscheme function?
I'd like to set a mapping to loop through a list of colorschemes in MacVim.
Ideally, I'd have an array of color schemes like this:
let s:schemes = ...
0
votes
1answer
288 views
Vim + iTerm2 color issues
I have trouble with the right Vim configuration. I'm using the latest version of Vim as well as the latest version of iTerm2.
I try to get the solarized colorscheme working, but without luck so far.
...
0
votes
2answers
113 views
How to set a default (permanent) working directory in Vim [duplicate]
Possible Duplicate:
set .vim home directory to something specific
There is already a question about setting a working directory: How to set working/current directory in Vim? However my ...
0
votes
0answers
57 views
Vim buffer not reloading local settings on buffer switch
I have noticed a strange thing - when I have python and php files opened in vim, the textwidth local settings is for some reason not refreshed on buffer switch (80 for python and 0 for php). What ...
0
votes
1answer
82 views
Copy path from nerd tree on click
How is it possible to do this?
I would like the path to paste it in command mode with CTRL-R.
1
vote
1answer
72 views
Disable auto indention related to “:”
I program mostly in objective C using VIM.
When you break a command into multiple lines, VIM has a very annoying habit of trying to line up the ":" you put into the command. Now, a lot of programmers ...
0
votes
1answer
144 views
macvim c++ syntax highlight doesn't match .vimrc
I am using macvim 7.3 snapshot 66 on os x 10.8.2
I have following in my ~/.vimrc ( there is no ~/.gvimrc file )
syntax on
hi Comment guifg=darkred gui=none
hi PreProc guifg=darkgoldenrod
hi Type ...
1
vote
1answer
53 views
Use regular expressions on vim to fnd and replace all href links content to '#'?
Is it possible to use vim to replace the 'http://google.com/' and other links to '#'?
<a class="link1" href="http://google.com/">My Link</a>
<a class="link1" ...
1
vote
1answer
93 views
Vim - Why is 'filetype' sometimes empty even though I open an existing file
Sometimes, apparently at random, Vim decides not to figure out what filetype we've opened. I'm not sure why, so please excuse my vague question.
Any idea why it happens and how to mitigate it? I'm ...
0
votes
1answer
39 views
mapping a button to sequence of buttons
I want to map tab to the following button sequence: ctrl+x -> tab to a method call in .vimrc (in insert mode). The method is also in .vimrc
I kwow i should use inoremap <tab> ...
3
votes
2answers
113 views
What do these red arrows in Vim mean?
When editing .pt files (which I've configured to be highlighted as XML) in MacVim, I get these funny little red arrows on the side.
What do these mean? What "feature" is this, and where can I find ...
0
votes
1answer
81 views
source ~/.vimrc working in file but not automatically source coffee
I have added the coffee syntax and indent plugin for vim. Here is my ~/.vimrc:
colorscheme peachpuff
syntax on
filetype on
source /Users/(myusername)/.vim/vim-coffee-script-master/indent/coffee.vim
...
0
votes
2answers
55 views
vim ctrl-O to jump inside the file
:jumps returns a list of the jumps, but when I press < Ctrl-O> or < Ctrl-I> nothing happens. Any ideas of why this is happening?




