ttymouse=xterm2 is the fastest and most compatible way of handling mouse in terminals
This commit is contained in:
parent
266bbbadcb
commit
b35653a0d6
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -1,5 +1,5 @@
|
||||||
" various settings
|
" various settings
|
||||||
set number helplang=en foldmethod=marker mouse=
|
set number helplang=en foldmethod=marker ttymouse=xterm2 mouse=
|
||||||
set history=50 nobackup nomodeline backspace=indent,eol,start
|
set history=50 nobackup nomodeline backspace=indent,eol,start
|
||||||
" hidden characters
|
" hidden characters
|
||||||
set list listchars=tab:\|_,nbsp:x,trail:*
|
set list listchars=tab:\|_,nbsp:x,trail:*
|
||||||
|
|
Loading…
Reference in a new issue