Debian 10 Vim/Vi Right-Click Paste Not Working Fix

Open Vim’s default configuration file

vim /usr/share/vim/vim81/defaults.vim

Find:

if has('mouse')
  set mouse=a
endif


 

set mouse=a
Change it to:
set mouse-=a

Type :wq! to save and apply the changes immediately.

Leave a Comment

Your email address will not be published.