correcting ^d not working

This commit is contained in:
Nick Nisi
2012-04-30 23:49:45 -05:00
parent 4e73543903
commit abb705e1bf

View File

@@ -1,18 +1,9 @@
# make terminal command navigation sane again
bindkey '^[^[[D' backward-word
bindkey '^[^[[C' forward-word
bindkey '^[[5D' beginning-of-line
bindkey '^[[5C' end-of-line
bindkey '^[[3~' delete-char
bindkey '^[^N' newtab
bindkey '^?' backward-delete-char
setopt NO_BG_NICE
setopt NO_HUP
setopt NO_LIST_BEEP
setopt LOCAL_OPTIONS
setopt LOCAL_TRAPS
setopt IGNORE_EOF
#setopt IGNORE_EOF
setopt PROMPT_SUBST
# history
@@ -26,3 +17,12 @@ setopt APPEND_HISTORY
setopt COMPLETE_ALIASES
export PS1='%3~ ☠ '
# make terminal command navigation sane again
bindkey '^[^[[D' backward-word
bindkey '^[^[[C' forward-word
bindkey '^[[5D' beginning-of-line
bindkey '^[[5C' end-of-line
bindkey '^[[3~' delete-char
bindkey '^[^N' newtab
bindkey '^?' backward-delete-char