Re: Learning VIM need a little help
I am working on learning VIM. From reading the information on it other people I know that use it I have decided to get this under my belt.
The biggest issue I'm having right now is in SSMS. I will have many differnet queries in the file that are pretty small for checking data and testing things. I'm used to just selecting the line and doing an F5 to execute just that query. Is there a quick way using VIM keystrokes to do the same thing? I try doing the following "^v$" then press F5 but that doesn't seem to work. It still uses the whole page and not just the selection. Is there a way to tie the VIM selection to the standard selection mode? Am I missing something here?
(ATM, working with VIM is like working in a straightjacket lol)