Thread bash completion für subversion wie in zsh? (22 answers)
Opened by pq at 2010-07-04 14:29

pq
 2010-07-06 14:03
#139576 #139576
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
dank kester im IRC:
.zshrc:
Code: (dl )
1
2
3
4
5
6
7
tcsh-backward-delete-word() {
local WORDCHARS="${WORDCHARS:s%/%}" # lösche / aus $WORDCHARS
zle backward-delete-word
}

zle -N tcsh-backward-delete-word
bindkey '^[^?' tcsh-backward-delete-word
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread bash completion für subversion wie in zsh?