Some Xrc's
This commit is contained in:
parent
8b112e9dfe
commit
7e07451863
5 changed files with 13 additions and 6 deletions
4
bashrc
4
bashrc
|
@ -118,8 +118,8 @@ alias makew='make'
|
|||
alias mkae='make'
|
||||
alias amek='make'
|
||||
|
||||
alias BSI2='cd ~/Documents/UniGE/BSI2*/'
|
||||
BSI3_PATH='/home/frank/Documents/UniGE/BSI3 - 2013-2014/'
|
||||
alias BSI2='cd ~/Documents/Studies/BSI2*/'
|
||||
BSI3_PATH='/home/frank/Documents/Studies/BSI3 - 2013-2014/'
|
||||
alias BSI3='cd "$BSI3_PATH"'
|
||||
|
||||
OCTOPUS=~/.my_utils/octopus.sh
|
||||
|
|
|
@ -92,9 +92,9 @@ alternative_order text/plain text/html *
|
|||
auto_view text/html
|
||||
#bind editor <Tab> complete-query
|
||||
bind editor ^T complete
|
||||
bind editor <space> noop
|
||||
bind editor <space> noop
|
||||
|
||||
set pager_stop
|
||||
set pager_stop = yes
|
||||
|
||||
# Gmail-style keyboard shortcuts
|
||||
#macro index,pager y "<enter-command>unset trash\n <delete-message>" "Gmail archive message"
|
||||
|
|
|
@ -103,6 +103,11 @@ SED=/bin/sed
|
|||
* ^To:.*aei@listes.unige.ch.*
|
||||
$SPAMBOX
|
||||
|
||||
:0
|
||||
* ^To:.*aei@listes.unige.ch.*
|
||||
* Delivered-To: frank_mail@villaro-dixon.eu
|
||||
$SPAMBOX
|
||||
|
||||
#taken from bethesignal.org; thanks ;)
|
||||
:0 fBw
|
||||
* ^--$
|
||||
|
|
|
@ -37,3 +37,5 @@ circlip
|
|||
BrainFuck
|
||||
Multinôme
|
||||
microcontroleurs
|
||||
séquentiellement
|
||||
encapsule
|
||||
|
|
|
@ -152,8 +152,8 @@ inoremap § <esc>/<+.\{-1,}+><return>c/+>/e<return>
|
|||
" }}}
|
||||
|
||||
|
||||
"Automatic line wrap/br when writing mails in mutt
|
||||
au BufRead /dev/shm/mutt-* set tw=80 fo+=aw noautoindent
|
||||
"Automatic line wrap/br (quotation=74) when writing mails in mutt
|
||||
au BufRead /dev/shm/mutt-* set tw=74 fo+=aw noautoindent
|
||||
|
||||
autocmd BufRead,BufNewFile *.tex set tw=80 fo+=aw
|
||||
autocmd BufRead,BufNewFile *.latex set tw=80 fo+=aw
|
||||
|
|
Loading…
Reference in a new issue