evil-textobj-line
evil-textobj-line is Emacs port of @kana1's vim-textobj-line. evil-text-obj-line provides functions which select portion of current line.
Repository
https://github.com/syohex/evil-textobj-line
Demo a line("val"
)
a-line
selects whole current line
Demo inner line("vil"
)
inner-line
selects current line excepts both leading spaces and trailing spaces.