2008/10/27 Ben Sullivan <[EMAIL PROTECTED]>: > hotkeys attached. Yeah - terminal vim doesn't work either. Think I might > hit up the author for a few hints...
It works for me and I think the problems you are having are stemming from the fact that 'filetype' isn't set properly on your end. Try typing :set ft=sh and then try one of the shortcuts, e.g. \hh and it should work. If that does the trick you should add the following line to your ~/.vimrc file (create one if it doesn't exist): filetype plugin indent on See ":h filetype" for more information. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
