dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 42a5fc4b7d47b41a0d464ecfe6139dc608c81f0a
parent b416ba7508a16c495554fc29d57b90f320563fa9
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat, 14 Sep 2013 20:02:02 +0200

Merge branch 'master' of https://github.com/anders-dc/dotfiles

Diffstat:
M.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vimrc b/.vimrc @@ -65,7 +65,7 @@ set autoindent set autoread " reload files when changed on disk set backspace=2 " fix broken backspace in some setups set backupcopy=yes " see :help crontab -set clipboard=unnamed " yank and paste with the system clipboard +"set clipboard=unnamed " yank and paste with the system clipboard set encoding=utf-8 " Necessary to show unicode glyphs set expandtab " convert tab char to spaces set ignorecase " case-insensitive search