Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I want native style tabs and line numbers. By native style, I mean both of them in some way separate from the main code window. When I have line numbers enabled in nvim and if I select code using mouse to copy, line numbers get selected automatically and only way to get what I want is to use visual mode or turn off numbers. Its a bit slower than selecting with mouse for me


There are lots of great ways to handle this in vim.

You can sync your system clipboard with vim, for example. This also works well with clipboard history apps like Alfred or CopyQ.

Also, :set mouse+=a solves the line number selection issue.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: