vim: resize splits with mouse
This commit is contained in:
parent
6072b86bb9
commit
1ec4eefb18
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue