Backlight change & vim smartindent

This commit is contained in:
Frank Villaro-Dixon 2013-06-28 18:05:24 +02:00
parent ebaf16be91
commit a5c188f107
2 changed files with 3 additions and 2 deletions

4
bashrc
View file

@ -73,8 +73,8 @@ alias pacmacn='pacman'
alias grep='grep --color'
alias b+='xbacklight -inc 10%'
alias b-='xbacklight -dec 10%'
alias b+='xbacklight -inc 10% -steps 1 -time 0'
alias b-='xbacklight -dec 10% -steps 1 -time 0'
alias svim='sudo vim'
alias bim='vim'

1
vimrc
View file

@ -97,6 +97,7 @@ set undolevels=500
set title "titre du terminal
set autoindent
set smartindent
autocmd CursorMoved * exe printf('match IncSearch /\V\<%s\>/', escape(expand('<cword>'), '/\'))
"match ErrorMsg '\%>80v.\+'