From 1817e4e7318c556f36e66818d60966dd5463a447 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 18 Jul 2017 14:28:31 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- apt/sources.list | 4 ++++ vim/vimrc.local | 2 ++ 2 files changed, 6 insertions(+) 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 -- 2.39.5