X-Git-Url: http://git.grml.org/?p=zsh-lovers.git;a=blobdiff_plain;f=zsh-lovers.1.txt;h=c682229fa512c5aa95694f5646ba5c0c8b711f6c;hp=a07d42bd34fb3abd4ba772cc7d44b67c5e13b5c1;hb=7e727d3b0499f822dd25ec65c65413ea87050e6a;hpb=e1992a903ae0127248d3fe3e4083d5b363a1d8d1 diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index a07d42b..c682229 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -67,8 +67,8 @@ alias -s tex=vim alias -s html=w3m alias -s org=w3m ----------------- -Now pressing return-key after entering 'foobar.vim' starts vim with -foobar.vim. Calling a html-file runs browser w3m. 'www.zsh.org' and pressing +Now pressing return-key after entering 'foobar.tex' starts vim with +foobar.tex. Calling a html-file runs browser w3m. 'www.zsh.org' and pressing enter starts w3m with argument www.zsh.org. + Global aliases can be used anywhere in the command line. Example: ----------------------