1
0
Fork 0
mirror of synced 2024-06-17 14:31:09 -04:00

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

View file

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