vim: resize splits with mouse

This commit is contained in:
Michael Grote 2023-10-25 10:09:50 +02:00
parent 6072b86bb9
commit 1ec4eefb18

3
.vimrc
View file

@ -96,6 +96,9 @@ set wrap linebreak
syntax on syntax on
" aktiviere maus nur im normalmode " aktiviere maus nur im normalmode
set mouse=a 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 " https://unix.stackexchange.com/questions/12535/how-to-copy-text-from-vim-to-an-external-program
set clipboard=unnamedplus set clipboard=unnamedplus
" zeige "matching" klammer usw. " zeige "matching" klammer usw.