From d54ed015135d0b287c37c0a0dd76e4d3fd646549 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 17 Dec 2014 17:31:24 +0000 Subject: adding the new version of vim --- vim/vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 6654561..4f061a0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -22,6 +22,7 @@ Plugin 'altercation/vim-colors-solarized' Plugin 'honza/vim-snippets' filetype plugin indent on +syntax on "" Configuration @@ -93,6 +94,7 @@ set tabstop=4 set softtabstop=4 set shiftwidth=4 set autoindent +set breakindent " set cindent " Folds @@ -166,7 +168,6 @@ endfunction autocmd! BufNewFile,BufRead,BufWrite * :call UpdateColorscheme() "" Custom mappings - " Leader maps let mapleader = "\\" let maplocalleader = "-" @@ -187,7 +188,7 @@ nnoremap sc :source % nnoremap o nnoremap O nnoremap J mzJ`z -nnoremap - za +" nnoremap - za nnoremap 3 nnoremap 3 -- cgit v1.2.3