X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/21ba66edc52894993595edfd39ca80d16f722e7e..c68724aac78d1aaf86f79de51ba6dfbcf6b0e666:/dot/zshrc diff --git a/dot/zshrc b/dot/zshrc index 34ddcf5..8cedc67 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -12,7 +12,7 @@ case ${INSIDE_EMACS+t},$TERM in t,dumb) unsetopt zle ;; esac __mdw_set_prompt_hacks () { case $TERM in - linux*|screen*|xterm*|vt100*|eterm*) + linux*|screen*|xterm*|putty*|vt100*|eterm*) bold=%B unbold=%b gitcolour=%F{cyan} rccolour=%F{red} uncolour=%f ;; @@ -83,6 +83,12 @@ bindkey -s "\eOp" "0" "\eOn" "."; bindkey "\eOM" accept-line bindkey "\ep" history-beginning-search-backward bindkey "\en" history-beginning-search-forward +bindkey "\e," _history-complete-older + +for i in '!' '$' '@' '/' '~'; do + bindkey "\e$i" _bash_complete-word + bindkey "^X$i" _bash_list-choices +done setopt interactive_comments bindkey "\e#" pound-insert