Mercurial > hg > zsh-env
comparison zshrc-quad64 @ 31:d12335ed421a
make the pos1 and end keys work
author | Dirk Olmes <dirk.olmes@exentra.de> |
---|---|
date | Fri, 30 Nov 2012 10:20:25 +0100 |
parents | c58e6033e2cb |
children | 60c4b60b2945 |
comparison
equal
deleted
inserted
replaced
30:c58e6033e2cb | 31:d12335ed421a |
---|---|
6 . $HOME/.zsh-env/zshrc-maven | 6 . $HOME/.zsh-env/zshrc-maven |
7 | 7 |
8 export MANPAGER=most | 8 export MANPAGER=most |
9 export PATH="$HOME/bin:${PATH}" | 9 export PATH="$HOME/bin:${PATH}" |
10 export PGUSER=postgres | 10 export PGUSER=postgres |
11 | |
12 bindkey '^[[1~' beginning-of-line | |
13 bindkey '^[[H' beginning-of-line | |
14 bindkey '^[[4~' end-of-line | |
15 bindkey '^[[F' end-of-line | |
11 | 16 |
12 # | 17 # |
13 # aliases | 18 # aliases |
14 # | 19 # |
15 alias bzip=pbzip2 | 20 alias bzip=pbzip2 |