joereynolds / SQHell.vim

An SQL wrapper for vim
MIT License
131 stars 9 forks source link

Set nostartofline in SQHResult buffers #39

Closed misterbuckley closed 6 years ago

misterbuckley commented 6 years ago

Set nostartofline in SQHResult buffers, so that when scrolling (i.e. with ctrl-u or ctrl-d), the cursor stays in the same column rather than going to the beginning of the line. This is very annoying when trying to scroll through long tables that are wider than the viewing window.

joereynolds commented 6 years ago

Thanks!