Backlight change & vim smartindent
This commit is contained in:
parent
ebaf16be91
commit
a5c188f107
2 changed files with 3 additions and 2 deletions
4
bashrc
4
bashrc
|
@ -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
1
vimrc
|
@ -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.\+'
|
||||
|
|
Loading…
Reference in a new issue