浏览代码

Merge pull request #290 from arthurkalm/delete-key-working

Make the delete key work correctly, instead of outputting a ~
Robby Russell 13 年之前
父节点
当前提交
d275440219
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      lib/key-bindings.zsh

+ 5 - 0
lib/key-bindings.zsh

@@ -20,6 +20,11 @@ bindkey ' ' magic-space    # also do history expansion on space
 
 bindkey '^[[Z' reverse-menu-complete
 
+# Make the delete key (or Fn + Delete on the Mac) work instead of outputting a ~
+bindkey "^[[3~" delete-char
+bindkey "^[3;5~" delete-char
+bindkey "\e[3~" delete-char
+
 # consider emacs keybindings:
 
 #bindkey -e  ## emacs key bindings