ソースを参照

Update documentation regarding ZSH tab completion.

pull/141/head
William Ting 12年前
コミット
164c2b15a7
3個のファイルの変更19行の追加0行の削除
  1. +6
    -0
      README.md
  2. +9
    -0
      docs/autojump.1
  3. +4
    -0
      docs/body.md

+ 6
- 0
README.md ファイルの表示

@ -188,6 +188,12 @@ ADVANCED USAGE
a different entry. In the above example, `j w in` would then jump
you into /home/user/work/inbox.
- ZSH Tab Completion
Tab completion requires two tabs before autojump will display the
completion menu. However if `setopt nolistambiguous` is enabled,
then only one tab is required.
- Change Directory Weight
To manually change a directory's key weight, you can edit the file

+ 9
- 0
docs/autojump.1 ファイルの表示

@ -123,6 +123,15 @@ In the above example, \f[C]j\ w\ in\f[] would then jump you into
/home/user/work/inbox.
.RE
.IP \[bu] 2
ZSH Tab Completion
.RS 2
.PP
Tab completion requires two tabs before autojump will display the
completion menu.
However if \f[C]setopt\ nolistambiguous\f[] is enabled, then only one
tab is required.
.RE
.IP \[bu] 2
Change Directory Weight
.RS 2
.PP

+ 4
- 0
docs/body.md ファイルの表示

@ -47,6 +47,10 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
`j in` would jump into /home/user/mail/inbox as the higher weighted entry. However you can pass multiple arguments to autojump to prefer a different entry. In the above example, `j w in` would then jump you into /home/user/work/inbox.
- ZSH Tab Completion
Tab completion requires two tabs before autojump will display the completion menu. However if `setopt nolistambiguous` is enabled, then only one tab is required.
- Change Directory Weight
To manually change a directory's key weight, you can edit the file _$XDG_DATA_HOME/autojump/autojump.txt_. Each entry has two columns. The first is the key weight and the second is the path:

読み込み中…
キャンセル
保存