Mercurial > hg > zsh-env
comparison zshrc-bindkey @ 33:2e9ab483d4bd
rename the zshrc that holds the keybindings, use it for xanthippe, too
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 04 Jan 2013 04:37:01 +0100 |
parents | zshrc-konsole@2e5759b9e622 |
children | 46fb22ffffa8 |
comparison
equal
deleted
inserted
replaced
32:623fa595e0d6 | 33:2e9ab483d4bd |
---|---|
1 # Pos1 | |
2 bindkey '^[[H' beginning-of-line | |
3 | |
4 # Ende | |
5 bindkey '^[[F' end-of-line | |
6 | |
7 # Del | |
8 bindkey '^[[3~' delete-char-or-list | |
9 | |
10 # Ctrl-Left | |
11 bindkey '^[[1;5D' backward-word | |
12 | |
13 # Ctrl-Right | |
14 bindkey '^[[1;5C' forward-word |