On Mon, Dec 15, 2008 at 10:08 PM, Alex Burka <zapper3...@gmail.com> wrote:

>
> Thanks for Gorilla. I am using it with MacVim. One (or :bug :pebkac)
> report...
>
> I put plugin/gorilla.vim in /Applications/MacVim.app/Contents/
> Resources/vim/runtime/plugin/ and it seems to be loaded when MacVim
> starts. But the keybindings are not set up. \sr doesn't do anything
> (well, the 's' puts Vim in insert mode).


Alex -

Make sure your filetype is set to clojure. You can test this with:

:set filetype?

If it's not, try:

:set filetype=clojure

then perform the command \sr again.

- Drew

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to