Mercurial > hg > zsh-env
view zshrc-bindkey @ 162:0bd8976bd5fb
add default aliases for gk and removeKernel
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 09 Jan 2020 13:03:20 +0100 (2020-01-09) |
parents | 46fb22ffffa8 |
children |
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 # cursor up just goes back in history bindkey '^[[A' up-history # cursor down just goes forward in history bindkey '^[[B' down-history