view zshrc-bindkey @ 34:2e02d7481487

add zsh config for it1
author Dirk Olmes <dirk.olmes@iobjects.de>
date Sat, 05 Jan 2013 04:38:32 +0100
parents 2e9ab483d4bd
children 46fb22ffffa8
line wrap: on
line source

# Pos1
bindkey '^[[H' beginning-of-line

# Ende
bindkey '^[[F' end-of-line

# Del
bindkey '^[[3~' delete-char-or-list

# Ctrl-Left
bindkey '^[[1;5D' backward-word

# Ctrl-Right
bindkey '^[[1;5C' forward-word