From 62b347a59c22f8b5ff8eba841ed98e54f2da9685 Mon Sep 17 00:00:00 2001 From: Phillip Alexander Date: Mon, 5 Aug 2013 15:12:04 -0700 Subject: [PATCH] Remove redundant recommended OSX tool 'autojump' autojump 'j' functionality is matched/replaced by fasd 'z' command (installed and enabled as a prezto submodule by default). Instead of typing `j [dirspec]`, you simply type `z [dirspec]`. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 53630e7..b5651f5 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,6 @@ These hacks are Lion-centric. May not work for other OS'es. My favorite mods inc * NValt - Notational Velocity alternative fork - http://brettterpstra.com/project/nvalt/ - syncs with SimpleNote * Vimium for Chrome - vim style browsing. The `f` to type the two char alias of any link is worth it. * QuickCursor - gives you Apple-Shift-E to edit any OSX text field in vim. - * brew install autojump - will track your commonly used directories and let you jump there. With the zsh plugin you can just type `j [dirspec]`, a few letters of the dir you want to go to. ### Credits