changeset 9:c5e14bee7dbc

vim: switched from spaces to tabs; bash: LANG now in env
author meillo@marmaro.de
date Thu, 22 Nov 2007 18:14:52 +0100
parents f4fd1276a8b3
children d339ec9b6545
files .bashrc .vimrc
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Fri Oct 05 20:42:41 2007 +0200
+++ b/.bashrc	Thu Nov 22 18:14:52 2007 +0100
@@ -3,6 +3,7 @@
 # modified standard bashrc of debian sarge
 #
 
+export LANG=en_US.UTF-8
 
 # ~/.bashrc: executed by bash(1) for non-login shells.
 # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
--- a/.vimrc	Fri Oct 05 20:42:41 2007 +0200
+++ b/.vimrc	Thu Nov 22 18:14:52 2007 +0100
@@ -17,11 +17,14 @@
 
 set nocursorline
 
-set expandtab
+set noexpandtab
 set shiftwidth=2
 set softtabstop=2
 set tabstop=2
 
+set cindent
+set pastetoggle=<F11>
+
 syntax on
 
 set number