X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=42dbbb4121d75b67a0d530b3837dcb97b4737d45;hb=e7c927d390cefc1aeda054224207841c435f588b;hp=5e5d3e9dcddf8cb5f06570b936f3393a8f0dbe5b;hpb=b57e3c0a40b8694eb053f9b74d4a0675543ea885;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index 5e5d3e9..42dbbb4 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -48,13 +48,6 @@ bindkey -M isearch "^[[A" history-incremental-pattern-search-backward bindkey -M isearch "^[[B" history-incremental-pattern-search-forward # }}} -# URL quoting {{{ -autoload -U url-quote-magic -autoload -U bracketed-paste-magic -zle -N self-insert url-quote-magic -zle -N bracketed-paste bracketed-paste-magic -# }}} - # Prompt {{{ function zle-line-init zle-keymap-select { mode_vi="${${KEYMAP/vicmd/+}/(main|viins)/-}" @@ -104,13 +97,14 @@ alias sshnm="ssh -S none" # Faster movement {{{ cddotdot() { cd .. + pwd zle reset-prompt } zle -N cddotdot bindkey "OQ" cddotdot # F2 pushdquiet() { - popd >/dev/null + popd zle reset-prompt } zle -N pushdquiet