Re: make URLs clickable

2013-11-02 Thread Sylvain Soliman
ecific, I think. Something similar can be obtained by running MacVim inside iTerm2 and then use the fact that cmd-click in iTerm2 opens a filename/URL (I think this is the default behavior, at least it can be configured that way). Sylvain Soliman -- Sylvain SolimanGnuPG Public Key:

Re: introduction + first question that will set the tone for me

2013-05-22 Thread Sylvain Soliman
acspeak can use different voices to simulate syntax coloring when reading code. I have no personal experience of it, but heard mostly good things about it (not always as responsive as could be, but that is not so bad). Best, Sylvain once an Emacs user -- Sylvain SolimanG

Re: request: add command line arg to launch with different background

2012-04-18 Thread Sylvain Soliman
27; is not doing what you want? Sylvain -- Sylvain SolimanGnuPG Public Key: 0x0F53AF99 Page personnelle http://contraintes.inria.fr/~soliman/ smime.p7s Description: S/MIME cryptographic signature

Re: powerline with macvim

2012-03-28 Thread Sylvain Soliman
\ } I mostly use xoria256 (dark) but I used to use the light version of solarized, not so long ago and don't recall any issue. Sylvain -- Sylvain SolimanGnuPG Public Key: 0x0F53AF99 Page personnelle http://contraintes.inria.fr/~soliman/ smime.p7s Description: S/MIME cryptographic signature

Re: powerline with macvim

2012-03-28 Thread Sylvain Soliman
r turned on, and the latest version of Powerline from GitHub. Best, Sylvain Soliman -- Sylvain SolimanGnuPG Public Key: 0x0F53AF99 Page personnelle http://contraintes.inria.fr/~soliman/ smime.p7s Description: S/MIME cryptographic signature

Re: MacVim and R plugin

2012-03-14 Thread Sylvain Soliman
You might also probably get some help from the R plugin designer. Best, Sylvain -- Sylvain SolimanGnuPG Public Key: 0x0F53AF99 Page personnelle http://contraintes.inria.fr/~soliman/ smime.p7s Description: S/MIME cryptographic signature

Re: MacVim and R plugin

2012-03-14 Thread Sylvain Soliman
l probably need to remap the default ConqueTerm keys... [I use ConqueTerm a lot, mainly with (i)python or bash sessions, it is not bug-free but often good enough] HTH Sylvain -- Sylvain SolimanGnuPG Public Key: 0x0F53AF99 Page personnelle http://contraintes.inria

Re: Opening MacVim from Applescript

2011-11-22 Thread Sylvain Soliman
out and stderr must be redirected to /dev/null in order to have the AppleScript let mvim be "backgrounded" Sylvain -- Sylvain SolimanGnuPG Public Key: 0x0F53AF99 Page personnelle http://contraintes.inria.fr/~soliman/ -- You received this message from the &qu

Re: Open project from command line?

2011-11-09 Thread Sylvain Soliman
ame problem with mvim -u NONE? if you :syntax off? etc.) Sylvain -- Sylvain SolimanGnuPG Public Key: 0x0F53AF99 Page personnelle http://contraintes.inria.fr/~soliman/ -- You received this message from the "vim_mac" maillist. Do not top-post! Type your rep

Re: "File open" dialog filter?

2011-04-12 Thread Sylvain Soliman
;raw' for your needs, Command-T[1] or NerdTree[2] are excellent (keyboard-based) file exploration plugins... Sylvain [1]: https://github.com/wincent/Command-T [2]: https://github.com/scrooloose/nerdtree -- Sylvain SolimanGnuPG Public Key: 0x0F53AF99 Page personnelle

Re: grouping filetypes

2010-08-20 Thread Sylvain Soliman
Hi, On Mon, Aug 16, 2010 at 11:36 PM, Robert H wrote: > I saw this as an example: > > augroup indent_settings >    au! >    au BufEnter *.pl setl autoindent smartindent >    au BufEnter *.html setl noautoindent nosmartindent > augroup END > > I am wondering if there is some way that I can spe