From 0fff623509ad93ee81064e9b3263d13baee2b047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 3 Oct 2012 23:07:00 +0200 Subject: Small changes to the vimrc. --- .vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index b0b79ee..8a8e7ae 100644 --- a/.vimrc +++ b/.vimrc @@ -19,6 +19,7 @@ set expandtab set guifont=Inconsolata\ Medium\ 11,Monospace\ 11 set spelllang=de_20 set guioptions-=T +set mouse=a if has("gui_running") " nice cursorline in the gui set cursorline @@ -30,6 +31,10 @@ let mapleader = "," let maplocalleader = "\\" let &guicursor = &guicursor . ",a:blinkon0" +" disable backups +set nobackup +set nowritebackup + " statusline set laststatus=2 " always show line @@ -99,7 +104,7 @@ nmap t :ToggleWord map Y y$ " emulate C-k as known from emacs/zsh/... -imap D +imap D " ======================================================= " PLUGINS AND LANGUAGES -- cgit v1.2.3