From 48340f31f1c8e514fdada7359b8e417455b71d59 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 5 Nov 2014 14:39:53 +0000 Subject: daily update --- zshrc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 107b1ac..4366667 100644 --- a/zshrc +++ b/zshrc @@ -105,8 +105,8 @@ alias oconf='vim ~/.offlineimaprc' alias xconf='vim ~/.xmodmap' # Fix smart search history -bindkey "^[[A" history-beginning-search-backward -bindkey "^[[B" history-beginning-search-forward +bindkey -a 'k' history-beginning-search-backward +bindkey -a 'j' history-beginning-search-forward sleep 2 h=`date +%H` @@ -117,8 +117,3 @@ elif [ $h -lt 18 ]; then else xdotool key Alt+t p Down Return fi - -# setxkbmap -option ctrl:swapcaps -# sh ~/.xmodmap -# ~/xcape/xcape -e 'Shift_L=Escape' -# ~/xcape/xcape -e 'Shift_R=Tab' -- cgit v1.2.3