Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 661 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 661 Bytes

vim-textobj-rubysymbol

Text objects for manipulating ruby symbol variables.
Depends on textobj-user plugin by Kana.

Usage

With default key mappings, use da: to delete a symbol(:), e.g. :example.

di: to delete inner symbol, which is the example part without colon.

Also ci:, vi: for change, select commands.

Status

Under Development, experimental.

TODO

  • Support more forms of symbol.
  • Test case.

Requirements

textobj-user plugin by Kana.