On Sat, Dec 22, 2007 at 09:01:13AM +0200, Juhapekka Tolvanen wrote:
> 
> On Sat, 22 Dec 2007, +06:54:49 EET (UTC +0200),
> Debian Bug Tracking System <[EMAIL PROTECTED]> pressed some keys:
> > You can either remove that script or put the mappings in ~/.vim/after/
> > file that mirrors the script setting the maps.
> 
> I chose this filename:
> 
> ~/.vim/after/plugin/zzz.vimrc.vim
> 
> Can you suggest any other filenames? That file is not really a plugin.
> Hence that is kinda weird choice.

I'd use ~/.vim/after/plugin/minibufexpl.vim since you're specifically
overriding one of its settings (which is what the after-directory is
for).

Another option is to use an autocmd in your ~/.vimrc to setup the
mappings, but I think the after-directory is the cleaner choice.

  au VimEnter * nmap <C-j> ...

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to