reenable mouse

This commit is contained in:
Christoph J. Scherr 2023-07-11 13:32:47 +02:00
parent 3fee00aba5
commit f0f20f32b6
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
" GENERAL CONFIGS ---------------------------------------------------------------------------------- " GENERAL CONFIGS ----------------------------------------------------------------------------------
syntax on " syntax highlighting syntax on " syntax highlighting
set nocompatible " disable compatibility to old-time vi set nocompatible " disable compatibility to old-time vi
set mouse=v " middle-click paste with
set number set number
set nocompatible set nocompatible
set hlsearch " highlight search 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 number " add line numbers
set wildmode=longest,list " get bash-like tab completions set wildmode=longest,list " get bash-like tab completions
set cc=100 " set an 100 column border for good coding style 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 cursorline " highlight current cursor line
set ttyfast " Speed up scrolling in Vim set ttyfast " Speed up scrolling in Vim
set fdm=indent " folding method syntax set fdm=indent " folding method syntax