From d8dbe642c23feb9c120a154b5f7b17d9b77b5880 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 21 Jun 2015 19:49:04 +0200 Subject: Add minor changes --- zshrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'zshrc') 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 + -- cgit v1.2.3