diff --git a/xresources b/xresources index 4e718c2..6b818fc 100644 --- a/xresources +++ b/xresources @@ -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 diff --git a/zshrc b/zshrc index 1839060..470714a 100644 --- a/zshrc +++ b/zshrc @@ -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