summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
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'