summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-06-21 19:49:04 +0200
committerUrbain Vaes <urbain@vaes.uk>2015-06-21 19:49:04 +0200
commitd8dbe642c23feb9c120a154b5f7b17d9b77b5880 (patch)
tree32321d2bf9dba1701c850f619615f625eb27c6fb /zshrc
parentc6eb10f49ffb83208c9d6d0b1dab18d3e1c37686 (diff)
Add minor changes
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 8ca00de..ae40c36 100644
--- a/zshrc
+++ b/zshrc
@@ -89,6 +89,8 @@ alias soff="tmux set -g status off"
# Fix smart search history
bindkey -a 'k' history-beginning-search-backward
bindkey -a 'j' history-beginning-search-forward
+bindkey '^P' history-beginning-search-backward
+bindkey '^N' history-beginning-search-forward
# Crontab jobs
crontab ~/.crontab
@@ -118,8 +120,14 @@ fshow() {
}
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
+
+# Set programmer dvorak
+xrdb ~/.Xresources
+# setxkbmap -layout us -variant dvp
+
+# Load external scripts
source ~/github/fzf-marks/fzf-marks.zsh
source ~/github/z/z.sh
source ~/github/fzf-extras/fzf-extras.sh
source ~/github/fzf-extras/fzf-extras.zsh
-xrdb ~/.Xresources
+