From aaa45885b8d6e56ea37c3ef57af94efa90ae7f18 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 10 Dec 2013 15:46:29 +0100 Subject: vim: more updates on the vimrc file --- vimrc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index d08b18b..1162187 100644 --- a/vimrc +++ b/vimrc @@ -7,7 +7,7 @@ syntax on set encoding=utf-8 "" -" Vim UI +" Global stuff " Show matched result. set showmatch @@ -21,6 +21,20 @@ set number " Don't show the mode, since this will be shown by the status line. set noshowmode +" Make sure that unsaved buffers that are to be put in the background are +" must save first error doesn't come up) +set hidden + +" Allow backspacing over everything in insert mode +set backspace=indent,eol,start + +" Don't wrap lines +set nowrap + +" I don't like the backup and the swapfile thingies. +set nobackup +set noswapfile + "" " Colorscheme -- cgit v1.2.3