You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex Plate edited this page Nov 20, 2019
·
4 revisions
FAQ
What is select mode?
This mode is where the selection works the same as system selection. When you start typing, the text in the selected area is removed and replaced by the new characters that are being typed in.
Why is select mode enabled during refactoring?
With the help of the select mode, you can immediately enter the variable name during refactoring. You can go to the beginning or the end of a variable using the arrow keys. If you need to make more complex changes, you can always go back to normal mode with <ESC>.
What if I want to use visual mode during refactoring?
Select mode is controlled by the keymodel, selectmode and idearefactormode options. Set idearefactormode to visual to adjust this behavior. set idearefactormode=visual
What if I don't want to change the mode during refactoring?