vim-expand-region icon indicating copy to clipboard operation
vim-expand-region copied to clipboard

not working as expected

Open joshhu opened this issue 8 years ago • 1 comments

  1. When I press the first +, it selects the WHOLE WORD
  2. The second +, it selects the WHOLE PARAGRAPH
  3. Any + right after the 2nd one DOES NOT WORK AT ALL

joshhu avatar Sep 22 '16 17:09 joshhu

I think you are missing the dependencies for selecting line / whole buffer:

  • https://github.com/kana/vim-textobj-line
  • https://github.com/kana/vim-textobj-entire

fikovnik avatar Feb 12 '17 05:02 fikovnik