From 7efb16f812794029191b76351b214c10bd4886e3 Mon Sep 17 00:00:00 2001 From: Chuancong Gao Date: Thu, 7 Jan 2016 21:43:05 -0800 Subject: [PATCH] autojump: add page --- pages/common/autojump.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/common/autojump.md diff --git a/pages/common/autojump.md b/pages/common/autojump.md new file mode 100644 index 000000000..7b3182b03 --- /dev/null +++ b/pages/common/autojump.md @@ -0,0 +1,19 @@ +# autojump + +> Automatically jump to the directory you visited the most. Aliases like j or jc can also be used for fewer 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. + +`jc {{pattern}}` + +- Remove non-existing directories from the autojump database. + +`j --purge` + +- Show entries in the autojump database. + +`j -s`