diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-07 13:17:25 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-07 13:17:25 +0800 |
commit | 8f4458cc438fdce7476aa63b7c2cde5eb7d2ab39 (patch) | |
tree | b02423acdf2e860647d6e12ec3b39f15a65a4077 /zsh | |
parent | 1bad0960a1a748118b486aa3c6a5802ab104c4e4 (diff) |
Update
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ key[PageDown]="${terminfo[knp]}" | |||
60 | key[Shift-Tab]="${terminfo[kcbt]}" | 60 | key[Shift-Tab]="${terminfo[kcbt]}" |
61 | 61 | ||
62 | # setup key accordingly | 62 | # setup key accordingly |
63 | bindkey -- '^[[Z' reverse-menu-complete | ||
63 | #bindkey -- "\C-A" beginning-of-line | 64 | #bindkey -- "\C-A" beginning-of-line |
64 | #bindkey -- "\C-E" end-of-line | 65 | #bindkey -- "\C-E" end-of-line |
65 | #bindkey -- "\C-d" delete-char | 66 | #bindkey -- "\C-d" delete-char |