I like having numbers and relative numbers set in my vim, but I want to be able to select text without grabbing the line numbers.
Were I to paste this text with ctrl-v it would contain the line numbers which is not what I want.
8 Plug 'michal-h21/vim-zettel'
7 Plug 'mattn/calendar-vim'
6 call plug#end()
5
4 let wiki_1 = {}
3 let wiki_1.path = '~/vimwiki/'
This question does not have a solution. I want to be able to select the text with my mouse without typing additional settings into the vim window before copying.
So, without changing settings mid-operation, is there a way to grab just the text and put it on my clipboard?

