Update my_configs.vim
add set mouse toggle
This commit is contained in:
parent
fd3cd246c0
commit
036e37047f
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
set nu
|
||||
set mouse+=a
|
||||
nmap <leader>a :exec &mouse!=""? "set mouse=" : "set mouse+=a"<cr>
|
||||
|
|
Loading…
Reference in a new issue