mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
vimrc: disable mouse click actions
This commit is contained in:
parent
fd2a0e3399
commit
5f85709148
3
.vimrc
3
.vimrc
@ -39,6 +39,9 @@ set smartcase
|
|||||||
set guifont=Sauce\ Code\ Pro\ 10.5
|
set guifont=Sauce\ Code\ Pro\ 10.5
|
||||||
set guioptions=
|
set guioptions=
|
||||||
|
|
||||||
|
nnoremap <LeftMouse> <nop>
|
||||||
|
nnoremap <RightMouse> <nop>
|
||||||
|
|
||||||
" Change to dvorak-mapped keys
|
" Change to dvorak-mapped keys
|
||||||
let g:use_dvorak = 1
|
let g:use_dvorak = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user