From de4578f009f64e7ce5123873397f65c31859e258 Mon Sep 17 00:00:00 2001 From: nojhan Date: Mon, 12 Sep 2011 16:42:01 +0200 Subject: [PATCH] remove toolbar, highligth the 80th and 120th column for inkpot, split AND go to the other panel --- .vimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index eb88726..ee4e143 100644 --- a/.vimrc +++ b/.vimrc @@ -30,13 +30,19 @@ set nu " show line numbers set showmode " show the current mode on the last line set showcmd " show informations about selection while in visual mode +set guioptions-=T "remove toolbar + +set colorcolumn=80,120 " highligth the 80th and 120th column +" dark bckgrd for inkpot +hi ColorColumn ctermbg=lightgrey guibg=#1a1a22 + let mapleader = "," " leader key is comma " ,v will reselect the text that was just pasted nnoremap v V`] " ,s will split vertically and swith over the new panel -nnoremap s vl +nnoremap s vl:bn " Wrap a paragraph and justify it :runtime macros/justify.vim