-
The issue is caused by the `autojump_utils#encode_local` that is called by `print_local`. When I change the `print_local` to normal python `print` function, autojump works in Windows.
_Result of auto…
-
When I install autojump manually, it supplies a warning:
`Please manually add the following line(s) to ~/.bashrc:`
`[[ -s /home/USER/.autojump/etc/profile.d/autojump.sh ]] && source /home/USER/.au…
-
I have installed autojump with brew, but it suggests me
```
The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink etc/autojump.s…
-
Cloned the repo for autojump today.
First I ran ./install.py
Seems to finish ok then prints the message
Please manually add the following line(s) to ~/.tcshrc:
[[ -s /home/ptgd73/.autojump…
-
I cd to a directory which happens to have the search.py file, which seems cause the following problem.
~/tools/blocks/blocks on master ⌚ 20:52:08
$ Traceback (most recent call last):
File "/home/…
-
I'm not sure if this is outside the scope of this project, but it would be nice if the `#!/usr/bin/env` pattern.
```
% cat bisect.sh
#!/usr/bin/env bash
set -ex
export NIXPKGS=${NIXPKGS:-$HOME/pack…
-
For example,
$ pwd
$ /home/user/path/dir
**dir** is the only string in the result of `j -s`, when you try to `j dir`, `autojump` will output error message
cd: The directory “…
-
People are constantly misusing `autojump` thinking it's a standalone app when it's meant to be used as `autojump `.
This will break backwards compatibility if people are using their own wrapper scrip…
wting updated
6 years ago
-
I am on Mint 17.1 (based on Ubuntu-14.04). Autojump was working just fine until today when it suddenly started showing up error. Now it is not working at all. Every time it shows this error:
```
Trac…
-
I have illuminate.nvim and it will highlight cursorword, but leap's autojump seems not trigger their detect of new cursorpos, only after I type the third char. Is it probably a fake cursor during auto…