vim: resize splits with mouse

This commit is contained in:
Michael Grote 2023-10-25 10:09:50 +02:00
parent 6072b86bb9
commit 1ec4eefb18
1 changed files with 3 additions and 0 deletions

3
.vimrc
View File

@ -96,6 +96,9 @@ set wrap linebreak
syntax on
" aktiviere maus nur im normalmode
set mouse=a
" vergrößere/verkleinere splits mit der maus
" https://vi.stackexchange.com/questions/514/how-do-i-change-the-current-splits-width-and-height
:set ttymouse=xterm2
" https://unix.stackexchange.com/questions/12535/how-to-copy-text-from-vim-to-an-external-program
set clipboard=unnamedplus
" zeige "matching" klammer usw.