Script Roundup: eunuch.vim, mozilla.vim

Alex R. Young
usevim
Published in
1 min readDec 5, 2012

Send in your Vim scripts for review through our contact form or @vimnews.

eunuch.vim

The wittily-named eunuch.vim (GitHub: tpope / vim-eunuch, License: Vim) by Tim Pope just reached version 1.0. It provides a set of wrappers around Unix commands to optimise them for a Vim-oriented workflow. For example: :Chmod changes the permissions on the current file, and :SudoWrite will write a file using sudo.

mozilla.vim

mozilla.vim is a collection of scripts related to working on Mozilla’s various projects, put together by Fabien Cazenave. It includes C++ additions for Gecko components and macros, an updated syntax file with CSS3 and HTML5 support, and the author is currently looking for a JavaScript syntax file and other tools for working with ES6 and the latest DOM APIs.

--

--