Vim Text Objects for Elixir

Vim users: here is a new vim plugin that defines vim text-objects for Elixir.

This plugin give *ae / *ie commands to select Elixir blocks: (def, defp, cond, case, if, test, defmacro, etc.)

eg
vae - select block
die - delete block
yae - yank block

Requires vim-textobj-user

5 Likes

Thanks!

Thanks @AndyL, works great with neovim v0.7