aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-12-30 17:12:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-12-30 17:12:44 +1300
commit9e8eb1f60ee49586280a9b30935f4efe50f69adf (patch)
tree3c431a3c3c29ddd8799569821c2994f457189b2a /vim
parentNot interested in certain files. (diff)
downloaddotfiles-9e8eb1f60ee49586280a9b30935f4efe50f69adf.tar.gz
dotfiles-9e8eb1f60ee49586280a9b30935f4efe50f69adf.zip
Nah, I don't like it; I'm usually only editing one file, these are wastes of space most of the time.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc9
1 files changed, 2 insertions, 7 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e0ec9857..926b3d02 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -72,9 +72,6 @@ nnoremap <leader>w :set wrap!<CR>
" Macros
set lazyredraw
-" Numbering
-set number
-
" Miscellaneous
set backspace=indent,eol,start
set modelines=0
@@ -95,9 +92,6 @@ if has("spell")
set spelllang=en_nz
endif
-" Status
-set laststatus=2
-
" Swaps
set noswapfile
@@ -111,7 +105,8 @@ command Qa qa
" Windows
if has("windows")
- set showtabline=2
+ set laststatus=1
+ set showtabline=1
set splitbelow
if has("vertsplit")
set fillchars=