]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Tue, 18 Jul 2017 12:28:31 +0000 (14:28 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 18 Jul 2017 12:28:31 +0000 (14:28 +0200)
apt/sources.list
vim/vimrc.local

index 88838d9131df791dca2cdba5c8da72f5f6160dce..ae6ae7962644cf54732248a7ca4266e7e74d0580 100644 (file)
@@ -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
index 3df6028e41ece75717d862b4d866829021d5252d..9f909fd6bf6adfc19550bf4d583accd84e0d3c58 100644 (file)
@@ -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