1
0
Fork 0

remove urxvt attempts at transparency + add bindkeys for zsh on xfce4-terminal

This commit is contained in:
Von Random 2014-10-09 13:57:44 +04:00
parent fde75da8f7
commit f509b86e79
2 changed files with 2 additions and 3 deletions

View file

@ -17,9 +17,6 @@ URxvt.iso14755: false
URxvt.visualBell: true
URxvt.urgentOnBell: true
URxvt.cursorUnderline: true
URxvt.transparent: true
URxvt.shading: 50
URxvt.blurRadius: 5x5
! urxvt perl extensions
URxvt.perl-ext-common: default,matcher,clipboard

2
zshrc
View file

@ -48,9 +48,11 @@ PROMPT="%B%(!..%(1000#..%F{red}%n%f@))%F{blue}%m%f %~ %(1j.+%F{red}%j%f.)%(!.%F{
# ---> bindings
bindkey -e
# home
bindkey "^[OH" beginning-of-line # xfce4-terminal
bindkey "^[[H" beginning-of-line # generic
bindkey "^[[1~" beginning-of-line # screen
# end
bindkey "^[OF" end-of-line # xfce4-terminal
bindkey "^[[F" end-of-line # generic
bindkey "^[[4~" end-of-line # screen
# pgup / pgdown