correcting ^d not working
This commit is contained in:
@@ -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_BG_NICE
|
||||||
setopt NO_HUP
|
setopt NO_HUP
|
||||||
setopt NO_LIST_BEEP
|
setopt NO_LIST_BEEP
|
||||||
setopt LOCAL_OPTIONS
|
setopt LOCAL_OPTIONS
|
||||||
setopt LOCAL_TRAPS
|
setopt LOCAL_TRAPS
|
||||||
setopt IGNORE_EOF
|
#setopt IGNORE_EOF
|
||||||
setopt PROMPT_SUBST
|
setopt PROMPT_SUBST
|
||||||
|
|
||||||
# history
|
# history
|
||||||
@@ -26,3 +17,12 @@ setopt APPEND_HISTORY
|
|||||||
setopt COMPLETE_ALIASES
|
setopt COMPLETE_ALIASES
|
||||||
|
|
||||||
export PS1='%3~ ☠ '
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user