Hi Carl, ... Thanks for your elaborate reply. I had already switched to iTerm based upon Eds post, and I it works just out of the box, so I'll stick with it. ...
11973
Martin Lundberg
martin.lundberg@...
Nov 30, 2010 8:11 am
For mounting remote file systems for local editing sshfs for osx works really well too: http://pqrs.org/macosx/sshfs/ -Martin ... -- You received this message...
11974
guivho
guivho@...
Nov 30, 2010 10:04 am
Hi Martin, ... I am afraid that sshfs requires some cooperation at the remote end too. But thanx for the suggestion. (BTW: In the mean time, I managed to...
11975
Charles Campbell
Charles.E.Campbell@...
Nov 30, 2010 9:27 pm
guivho wrote: [snip] ... Hello: Would you please send me an url for one of these problematic sites? I'll see what I can do with netrw to get it to work,...
11976
guivho
guivho@...
Dec 1, 2010 7:48 am
Hi Chip, ... I am afraid that I would have to pass on my login credentials. The proprietary microsoft ftp listing format is generated by the ftp server...
11977
key.vim@...
Dec 1, 2010 6:53 pm
Hi, for some tasks i like to have a fullscreen app, with a small view on the file, for others non-fullscreen-mode. for this purpose i tried to write two...
11978
Rick R
rickcr@...
Dec 1, 2010 8:38 pm
I've been struggling trying to get code folding working within HTML files in vim and macVim. All my other IDES (and various editors - textMate/komodoEdit)...
11979
Bjorn Winckler
bjorn.winckler@...
Dec 1, 2010 9:25 pm
I think the problem is that commands that change window related parameters get sent to the "wrong" window when applied just after toggling full screen (e.g....
11980
Charles Campbell
Charles.E.Campbell@...
Dec 1, 2010 9:36 pm
... I think the situation is: * syntax/html.vim does not support syntax folding. * xml does support folding, and its similar to html. ... As was pointed out,...
11981
Rick R
rickcr@...
Dec 1, 2010 11:02 pm
On Wed, Dec 1, 2010 at 4:36 PM, Charles Campbell < ... I know html.vim doesn't support it by default, but I installed the newer xml.vim located here ...
11982
Keyan
key.vim@...
Dec 2, 2010 5:34 pm
Hi, thanks for the fast reply. acutally i would like to have a margin around the visible text. that is why i set the lines and columns manually. the guifont...
11983
björn
bjorn.winckler@...
Dec 9, 2010 4:07 pm
... You cannot change this once the binary has been built. If you want to use a custom Python version you will need to build your own binary. I have not...
11984
björn
bjorn.winckler@...
Dec 9, 2010 4:10 pm
... To me this sounds a bit like an unnecessary feature so I'm afraid I don't want to implement this. Of course anybody is free to fork MacVim on GitHub and...
11985
Martin Lundberg
martin.lundberg@...
Dec 10, 2010 1:05 pm
How often is MacVim updated with the latest patches from main vim? Is snapshot 55 the latest one? -Martin -- You received this message from the "vim_mac"...
11986
björn
bjorn.winckler@...
Dec 10, 2010 6:00 pm
... I have no specific routine for updating. If you really want to be on the bleeding edge you need to pull and merge from the Vim repo that's on my GitHub...
11987
Martin Lundberg
martin.lundberg@...
Dec 10, 2010 10:52 pm
Ok, thanks for the answer Björn :) -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying...
11988
Kaleb23
john.vonachen@...
Dec 10, 2010 11:32 pm
My apologies for asking for help on something which may have already been answered. I'm on a mac ssh'd into a Centos box. On my local system vi will show ...
11989
rainkinz
brendan.grainger@...
Dec 10, 2010 11:32 pm
Hi All, I'm using the CommandT plugin with macvim and it's working great except for one little annoyance I can't seem to figure out. I have this mapping to...
11990
Kyle Lippincott
spectral@...
Dec 10, 2010 11:36 pm
This typically indicates that TERM is not set properly. I assume you use Terminal.app, bash, and the default 10.5 or 10.6 ssh. This should automatically get...
11991
Kyle Lippincott
spectral@...
Dec 10, 2010 11:37 pm
inoremap <D-t> <C-o>:CommandT<CR> (I have no idea what CommandT does, but this will put you back in to insert mode. If you don't want to be in insert mode...
11992
John Vonachen
john.vonachen@...
Dec 10, 2010 11:48 pm
... I typed vim instead of vi. That was it. We aparently have more than one version of vi and one worked and the other did not. Thanks for your efforts....
11993
Kyle Lippincott
spectral@...
Dec 10, 2010 11:57 pm
Honestly, I like Apple's Terminal.app better as well, but if I'm doing a lot of work in vim from the mac (normally I'm on a linux box), I like to have my color...
11994
Robert
sigzero@...
Dec 11, 2010 5:00 pm
... I agree with Björn here...that just seems wrong for Vim in general. -- Robert -- You received this message from the "vim_mac" maillist. Do not top-post!...
11995
Robert
sigzero@...
Dec 11, 2010 5:05 pm
... Macports does not look at what is installed on OSX already. It does its own thing in that regard. There was another port package called "Homebrew" that...
11996
Carl Jacobsen
carl@...
Dec 12, 2010 11:41 am
... Indeed, on our Linux systems (RHEL), "vi" gets /bin/vi, which is vim compiled with "tiny" features (and thus doesn't have syntax highlighting), while "vim"...
11997
Steven
oliver.steven@...
Dec 13, 2010 1:03 pm
I use and contribute to Homebrew. I can confirm it works really well. Very active user base too. Constantly being updated. It's starting to hit those awkward...
11998
rainkinz
brendan.grainger@...
Dec 13, 2010 3:32 pm
Thanks, that did it: inoremap <D-t> <esc>:CommandT<CR> ... -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the...
11999
rainkinz
brendan.grainger@...
Dec 13, 2010 3:35 pm
BTW, Command-T is a vim script for fast file opening that works similar to textmate's command-T: http://www.vim.org/scripts/script.php?script_id=3025 It was...
12000
Paul Carey
paul.p.carey@...
Dec 13, 2010 10:57 pm
... Fair enough, thanks for considering anyway. I've been using this script https://gist.github.com/739714 to switch between my normal desktop image and a...
12001
björn
bjorn.winckler@...
Dec 14, 2010 10:28 am
... Once you have installed MacVim.app inside /Applications (for example) you can start it without a GUI as follows $...