From f0f20f32b63cfef2da19b4e737a66cb37cdb86f5 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 11 Jul 2023 13:32:47 +0200 Subject: [PATCH] reenable mouse --- home/.config/nvim/common.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/.config/nvim/common.vim b/home/.config/nvim/common.vim index c9c76a6..d54a0c2 100644 --- a/home/.config/nvim/common.vim +++ b/home/.config/nvim/common.vim @@ -1,7 +1,6 @@ " GENERAL CONFIGS ---------------------------------------------------------------------------------- syntax on " syntax highlighting set nocompatible " disable compatibility to old-time vi -set mouse=v " middle-click paste with set number set nocompatible set hlsearch " highlight search @@ -14,7 +13,7 @@ set autoindent " indent a new line the same amount as the line just set number " add line numbers set wildmode=longest,list " get bash-like tab completions set cc=100 " set an 100 column border for good coding style -set mouse=hr " enable mouse for help file editing and hitting prompts +set mouse=a " enable mouse for help file editing and hitting prompts set cursorline " highlight current cursor line set ttyfast " Speed up scrolling in Vim set fdm=indent " folding method syntax