Last active
August 29, 2015 14:20
-
-
Save Saren-Arterius/9092a912c377c4d508b2 to your computer and use it in GitHub Desktop.
zshrc append
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bindkey -s "^[Op" "0" | |
bindkey -s "^[Ol" "." | |
bindkey -s "^[OM" "^M" | |
# 1 2 3 | |
bindkey -s "^[Oq" "1" | |
bindkey -s "^[Or" "2" | |
bindkey -s "^[Os" "3" | |
# 4 5 6 | |
bindkey -s "^[Ot" "4" | |
bindkey -s "^[Ou" "5" | |
bindkey -s "^[Ov" "6" | |
# 7 8 9 | |
bindkey -s "^[Ow" "7" | |
bindkey -s "^[Ox" "8" | |
bindkey -s "^[Oy" "9" | |
# + - * / | |
bindkey -s "^[Ok" "+" | |
bindkey -s "^[Om" "-" | |
bindkey -s "^[Oj" "*" | |
bindkey -s "^[Oo" "/" | |
zstyle ':prompt:grml:*:items:user' pre '[%F{yellow}' | |
zstyle ':prompt:grml:*:items:percent' pre ']' | |
source /etc/profile.d/alias.sh | |
clear | |
screenfetch | |
export EDITOR=nano | |
export VISUAL=nano |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment