1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Add option to preserve paths with symlinks; Add a second command 's' to jump to a subdirectory

This commit is contained in:
Khalid Zubair
2012-02-09 23:13:32 -05:00
parent 8e86f08625
commit eae871da9a
2 changed files with 10 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ from operator import itemgetter
import os
import shutil
AUTOJUMP_VERSION = "release-v19"
AUTOJUMP_VERSION = "release-v19-49-g8e86f08-dirty"
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 600
COMPLETION_SEPARATOR = '__'