Mercurial > hg > zsh-env
changeset 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 | 623fa595e0d6 |
children | 2e02d7481487 b2d78d66fa8c |
files | zshrc-bindkey zshrc-cassiopeia zshrc-konsole zshrc-xanthippe |
diffstat | 4 files changed, 16 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zshrc-bindkey Fri Jan 04 04:37:01 2013 +0100 @@ -0,0 +1,14 @@ +# 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
--- a/zshrc-cassiopeia Sat Dec 01 07:09:46 2012 +0100 +++ b/zshrc-cassiopeia Fri Jan 04 04:37:01 2013 +0100 @@ -4,7 +4,7 @@ . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven -. $HOME/.zsh-env/zshrc-konsole +. $HOME/.zsh-env/zshrc-bindkey #. /usr/local/GNUstep/share/GNUstep/Makefiles/GNUstep.sh export ANT_HOME=/usr/share/ant-bin
--- a/zshrc-konsole Sat Dec 01 07:09:46 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# 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