diff options
author | Alan Pearce | 2017-07-16 12:50:58 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-16 12:50:58 +0200 |
commit | 7b67188b59125f580579d7d62a27448337c760d7 (patch) | |
tree | a657248658088fb27a499e297ec9ab4afb860774 | |
parent | c0c0b1dd9d2524b4f868db5ee65cd9b6e4470d1c (diff) | |
download | dotfiles-7b67188b59125f580579d7d62a27448337c760d7.tar.lz dotfiles-7b67188b59125f580579d7d62a27448337c760d7.tar.zst dotfiles-7b67188b59125f580579d7d62a27448337c760d7.zip |
zsh: Fix keybinds in st
-rw-r--r-- | zsh/.config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index c83aa23..818cdf5 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -61,6 +61,7 @@ alias llr="ll -t" zmodload zsh/terminfo +bindkey -e bindkey '\e[3~' delete-char bindkey '\C-hd' describe-key-briefly |