# HG changeset patch # User kent # Date 1260849685 -32400 # Node ID 590cacb6b80179126b4dd61fbc35981d5e93e753 # Parent 4bf4065677efaa66cac16813090a6a63cc336af2 modify many things of Xdefaults. diff -r 4bf4065677ef -r 590cacb6b801 Xdefaults --- a/Xdefaults Fri Nov 13 22:36:01 2009 +0900 +++ b/Xdefaults Tue Dec 15 13:01:25 2009 +0900 @@ -34,25 +34,58 @@ !! RXVT -URxvt*font: xft:Kochi Gothic:antialias=true:size=11:spacing=20, \ - xft:Dejavu Sans Mono +URxvt*font: xft:Dejavu Sans Mono:size=10,\ + xft:M+ 1mn,xft:VL Gothic: +URxvt*boldFont: xft:Dejavu Sans Mono:style=bold,\ + xft:M+ 1mn:style=bold,xft:VL Gothic: +URxvt*ItalicFont: xft:Dejavu Sans Mono:style=italic,\ + xft:M+ 1mn:style=italic,xft:VL Gothic: +URxvt*lineSpace: 2 +!URxvt*font: xft:Kochi Gothic:antialias=true:size=11:spacing=20, \ +!xft:Dejavu Sans Mono +!URxvt*font: xft: M+ 1mn:style=regular:size=12 +!URxvt*boldFont: xft: M+ 1mn:style=bold:size=12 !URxvt*font: xft:IPAGothic-14:antialias=true -URxvt*lineSpace: 1 + URxvt*foreground: White URxvt*background: Black URxvt*termName: xterm -!URxvt*colorBD: default +!URxvt*colorBD: White !URxvt*colorBD: LavenderBlush URxvt*colorBD: MistyRose +!URxvt*colorIT: +!URxvt*colorUL: +!URxvt*underlineColor: +URxvt*cursorColor: dark Green URxvt*cursorBlink: true + +!URxvt*scrollColor: +!URxvt*troughColor: + URxvt*tintColor: Green !!! red green blue cyan yellow magenta -URxvt*inheritPixmap: true -URxvt*shading: 20 -!URxvt*transparent: true +URxvt*transparent: true +URxvt*shading: 10 +URxvt*fade: 40 +!URxvt*fadeColor: +URxvt.jumpScroll: true URxvt.scrollstyle: next URxvt.scrollBar_right: false +URxvt.scrollstyle: plain +URxvt.scrollTtyOutput: false +URxvt.scrollWithBuffer: true +URxvt.scrollTtyKeypress: true URxvt.geometry: 80x24 +URxvt.preeditType: OverTheSpot +! OverTheSpot,OffTheSpor or Root. Rootだと起動が早い? +URxvt.urlLauncher: firefox +URxvt.underlineURLs: true +URxvt.keysym.M-C-1: command:\033]710;xft:Dejavu Sans Mono:size=7,xft:M+ 1mn,xft:VL Gothic:\007 +URxvt.keysym.M-C-2: command:\033]710;xft:Dejavu Sans Mono:size=8,xft:M+ 1mn,xft:VL Gothic:\007 +URxvt.keysym.M-C-3: command:\033]710;xft:Dejavu Sans Mono:size=10,xft:M+ 1mn,xft:VL Gothic:\007 +URxvt.keysym.M-C-4: command:\033]710;xft:Dejavu Sans Mono:size=12,xft:M+ 1mn,xft:VL Gothic:\007 +URxvt.keysym.M-C-5: command:\033]710;xft:Dejavu Sans Mono:size=13,xft:M+ 1mn,xft:VL Gothic:\007 + diff -r 4bf4065677ef -r 590cacb6b801 muttrc --- a/muttrc Fri Nov 13 22:36:01 2009 +0900 +++ b/muttrc Tue Dec 15 13:01:25 2009 +0900 @@ -51,6 +51,14 @@ source =aliases set signature = "~/.signature" + +### for サイドバーpatch +set sidebar_width=15 +#set sidebar_delim='│' +set sidebar_delim='|' +set sidebar_visible=yes + + ### KeyBindings # for Pager bind pager j next-line @@ -67,9 +75,14 @@ bind index \Cu half-up bind index < first-entry bind index > last-entry +bind index \Co sidebar-open +bind index \Cp sidebar-prev +bind index \Cn sidebar-next ### Macros -macro generic,index G !fetchmail^m +macro generic,index G !fetchmail^M +macro index B 'toggle sidebar_visible' +macro index \Cb 'toggle sidebar_visible' ### パイプ set pipe_decode=yes @@ -93,6 +106,8 @@ # メッセージ color message brightwhite black color error red black +# サイドバー +color sidebar_new cyan black #color markers brightcyan black # the + for wrapped pager lines #color signature brightyellow black # signature (after "-- ") diff -r 4bf4065677ef -r 590cacb6b801 zshrc --- a/zshrc Fri Nov 13 22:36:01 2009 +0900 +++ b/zshrc Tue Dec 15 13:01:25 2009 +0900 @@ -11,10 +11,14 @@ bindkey -e # End of lines configured by zsh-newuser-install # The following lines were added by compinstall -#zstyle :compinstall filename '/Users/KENT/.zshrc' -#autoload -Uz compinit -#compinit +zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate +zstyle ':completion:*' matcher-list '' +zstyle ':completion:*' max-errors 2 numeric +zstyle :compinstall filename '/home/kent/.zshrc' + +autoload -Uz compinit +compinit # End of lines added by compinstall alias ls='ls -F --show-control-chars --color=auto'