Script Roundup: angular.vim, clone

Angular.vim

Alex R. Young
usevim
1 min readMay 6, 2014

--

Angular.vim (GitHub: burnettk / vim-angular, License: Vim) by Kevin Burnett is a set of shortcuts for working with AngularJS projects. Features include switching between test and implementation files (:A), goto file tweaks (gf), and spec runners.

lone

Clone by Ingo Karkat adds a :CloneAs command for copying the current buffer to a new file.

It keeps the current buffer intact and unmodified, and you can clone part of a file with a range as well (:[range]CloneAs). It also supports cloning into a split window (:[range]SCloneAs).

--

--