vim: Maus aktiviert
This commit is contained in:
parent
5564675947
commit
290c65003d
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -84,7 +84,7 @@ set wrap linebreak
|
||||||
" Enable syntax highlighting
|
" Enable syntax highlighting
|
||||||
syntax on
|
syntax on
|
||||||
" aktiviere maus nur im normalmode
|
" aktiviere maus nur im normalmode
|
||||||
set mouse=n
|
set mouse=a
|
||||||
" 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.
|
||||||
|
|
Loading…
Reference in a new issue