From: Frank Brehm Date: Tue, 18 Jul 2017 12:28:31 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1817e4e7318c556f36e66818d60966dd5463a447;p=config%2Fns1%2Fetc.git saving uncommitted changes in /etc prior to apt run --- diff --git a/apt/sources.list b/apt/sources.list index 88838d9..ae6ae79 100644 --- a/apt/sources.list +++ b/apt/sources.list @@ -1,3 +1,7 @@ +# + +# deb cdrom:[Debian GNU/Linux stretch-DI-alpha7 _Stretch_ - Official Snapshot amd64 NETINST Binary-1 20160630-14:29]/ stretch main + # deb http://ftp-stud.hs-esslingen.de/debian stretch main # main stretch repositories diff --git a/vim/vimrc.local b/vim/vimrc.local index 3df6028..9f909fd 100644 --- a/vim/vimrc.local +++ b/vim/vimrc.local @@ -10,6 +10,7 @@ set smartcase " Do smart case matching set incsearch " Incremental search set autowrite " Automatically save before commands like :next and :make set hidden " Hide buffers when they are abandoned +set mouse= " Disable mouse usage (all modes) autocmd FileType sls set tabstop=2 expandtab shiftwidth=2 softtabstop=2 autocmd FileType python set tabstop=4 expandtab shiftwidth=4 softtabstop=4 @@ -37,6 +38,7 @@ if has("autocmd") filetype plugin indent off endif " has("autocmd") +let g:skip_defaults_vim = 1 filetype plugin off