mirror of
1
0
Fork 0

Update my_configs.vim

add set mouse toggle
This commit is contained in:
vandykai 2021-12-23 15:00:00 +08:00 committed by GitHub
parent fd3cd246c0
commit 036e37047f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
set nu
set mouse+=a
nmap <leader>a :exec &mouse!=""? "set mouse=" : "set mouse+=a"<cr>