diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-11-05 17:42:50 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-11-05 17:42:50 +0000 |
commit | 0af4d5a574db5b66c4997d342ab35ebd16aee86e (patch) | |
tree | fb2ab4f8804d94052275119a933f4337dcecd25a /zshrc | |
parent | b96ef221ac6491697bec471669c36722dfecbde7 (diff) | |
parent | 48340f31f1c8e514fdada7359b8e417455b71d59 (diff) |
Merge branch 'master' of https://github.com/uvaes/dotfiles
zshrc conflict
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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' |