From 619d4c39de6f197e94272a04e00cbf87d4890d45 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Thu, 15 Jun 2017 14:00:20 +0100 Subject: [PATCH] Add tab to space in vim --- i3/config | 2 +- vim/vimrc | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 0a48548..d6fdc61 100644 --- a/i3/config +++ b/i3/config @@ -51,7 +51,7 @@ font pango:monospace 8 # Background Tasks exec --no-startup-id compton -CG --config ~/.config/compton.conf -exec --no-startup-id feh --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/2560x1080.png' --bg-scale 'Pictures/1920x1080.png' +exec --no-startup-id feh --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/2560x1080.png' # Set up the workspaces exec --no-startup-id sleep 5 && teamspeak3 diff --git a/vim/vimrc b/vim/vimrc index 30ae9bb..54d3209 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,7 +1,14 @@ execute pathogen#infect() syntax on + +" Spaces are better than tabs :P filetype plugin indent on +set tabstop=2 +set shiftwidth=2 +set expandtab + set t_Co=256 set laststatus=2 +set number let g:airline_powerline_fonts = 1 let g:airline_theme='murmur'