diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/mon | 3 | ||||
-rw-r--r-- | mutt/settings | 1 | ||||
-rw-r--r-- | vim/header_python | 4 | ||||
-rw-r--r-- | vim/vimrc | 2 |
4 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +xrandr -s 0 diff --git a/mutt/settings b/mutt/settings index 9a3c707..09901f1 100644 --- a/mutt/settings +++ b/mutt/settings @@ -10,6 +10,7 @@ set confirmappend=no set delete_untag=yes set mark_old=no set fast_reply +set uncollapse_jump unset mark_old bind index <up> previous-entry diff --git a/vim/header_python b/vim/header_python index 7481e59..d004526 100644 --- a/vim/header_python +++ b/vim/header_python @@ -10,3 +10,7 @@ # Author: Stefan Ritter <xeno@thehappy.de> # Description: + + + +# vim: set sw=4 tw=0 ts=4 expandtab: @@ -8,9 +8,11 @@ set number " enable linenumbers set noerrorbells " bell sucks set autoindent set tabstop=4 +set shiftwidth=4 set shiftround set modeline " enable modelines set nobackup " get rid of backupfiles +set foldenable "set listchars=tab:»· "set list " enable tab chars |