# Resolve when mouse click the Vim switch to Visual mode problem ###### tags: `vim` Add ~/.vimrc and put the text with: ``` set nu set mouse= set backspace=2 ```