ZSH

Ma configuration zsh est accessible via SVN1) :

# svn checkout http://svn.asyd.net/svn/zsh/trunk .zsh
# ln -s .zsh/zshrc .zshrc

Mes autres fichiers sont disponibles (toujours via subversion, nécessite un navigateur supportant les XLST) ici

Screen

#
# Bruno Bonfils, <asyd@debian-fr.org>
#

# skip the startup message
startup_message off

# go to home dir
chdir

# start with visual bell as default
vbell on
vbell_msg "bell on %t (%n)"

# look and feel
caption always "%{= bb}%{+b w}%h %=%t %c"
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"

activity "Activity in %t(%n)"

shelltitle "zshell"

bindkey -k F1 focus up
bindkey -k F2 focus down

# commands and keys about region
# C-a S   : split
# C-a tab : focus
# C-a F   : resize
# C-a Q   : delete all regions except the current one
# C-a X   : kill the current region
#
# resize N (lines)
1) Subversion
 
config/asyd.txt · Dernière modification: 2006/10/26 11:58 (modification externe)