Wednesday, August 21, 2013

(hint) "editing" some special files

Hello!

FYI: if you put the following lines in your .vimrc:

" Augroup SpecFile: {{{2
augroup SpecFile
au!
au BufReadCmd
*.doc,*.docx,*.gif,*.jpg,*.JPG,*.odt,*.pdf,*.png,*.ppt,*.xls,*.xlsx
:call netrw#NetrwBrowseX(expand("<amatch>"),0)|enew!
augroup END

then when you "edit" one of these file types, netrw will automatically
bring up the right viewer with it.

Regards,
Chip Campbell

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment