From c19833c414262ccecf866c659c3e5c1edf7b9fcf Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 9 Jan 2016 18:30:19 +0000 Subject: [PATCH] autojump: various tweaks --- pages/common/autojump.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/common/autojump.md b/pages/common/autojump.md index 7b3182b03..f2318485f 100644 --- a/pages/common/autojump.md +++ b/pages/common/autojump.md @@ -1,12 +1,13 @@ # autojump -> Automatically jump to the directory you visited the most. Aliases like j or jc can also be used for fewer typing. +> Quickly jump among the directories you visit the most. +> Aliases like j or jc are provided for even less typing. - Jump to a directory that contains the given pattern. `j {{pattern}}` -- Jump to a sub-directory of current directory that contains the given pattern. +- Jump to a sub-directory (child) of the current directory that contains the given pattern. `jc {{pattern}}` @@ -14,6 +15,6 @@ `j --purge` -- Show entries in the autojump database. +- Show the entries in the autojump database. `j -s`