summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-11-05 14:39:53 +0000
committerUrbain Vaes <urbain@vaes.uk>2014-11-05 14:39:53 +0000
commit48340f31f1c8e514fdada7359b8e417455b71d59 (patch)
treed1e51f3954cb6b879ced79cb3d478df98e2b08dc /zshrc
parentcce8d35f92752d5fac3e9790a25a7479deb5a59f (diff)
daily update
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc9
1 files changed, 2 insertions, 7 deletions
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'