From f378f320bfdb813461d2d50fe34b39325de4c40d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 14 Aug 2011 14:02:59 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- .vimrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 67bba75..7c1bddb 100644 --- a/.vimrc +++ b/.vimrc @@ -29,17 +29,18 @@ set scrolloff=3 set showcmd set display=uhex set list -set listchars=tab:▸\ ,eol:$ +set listchars=tab:>\ ,eol:$ set hidden set display+=lastline set undofile +set cursorline let mapleader = "," "aliases -ca w!! w !sudo tee "%" > /dev/null -ca fb w !fb -ca qpd %!perl -pe 's/\=([0-9A-Fa-f]{2})/chr(hex($1))/ge; s/\=\n//;' +cnorea w!! w !sudo tee "%" > /dev/null +"cnorea fb w !fb +cnorea qpd %!perl -pe 's/\=([0-9A-Fa-f]{2})/chr(hex($1))/ge; s/\=\n//;' let g:qname_hotkey = "" @@ -60,8 +61,6 @@ endif set runtimepath+=/usr/share/vim -"inoremap - let python_highlight_all = 1 " common save shortcuts @@ -96,6 +95,7 @@ nmap ,s :set spell! autocmd FileType make setlocal noexpandtab au FileType python set ts=4 sw=4 softtabstop=4 et +autocmd BufRead,BufNewFile PKGBUILD let is_bash=1 | set ft=sh "colorscheme gardener "colorscheme desert256 @@ -138,5 +138,5 @@ else set guifont=Dejavu\ Sans\ Mono\ 7 "set guioptions-=m set guioptions-=T - set lines=45 columns=125 + set lines=80 columns=125 endif -- cgit v1.2.3-24-g4f1b