https://github.com/sgpthomas/zsh-up-dir
Plugin that binds ctrl+h to moving up a directory.
https://github.com/sgpthomas/zsh-up-dir
Last synced: about 2 months ago
JSON representation
Plugin that binds ctrl+h to moving up a directory.
- Host: GitHub
- URL: https://github.com/sgpthomas/zsh-up-dir
- Owner: sgpthomas
- License: mit
- Created: 2022-03-29T15:28:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T21:33:21.000Z (over 3 years ago)
- Last Synced: 2024-12-31T12:44:35.524Z (11 months ago)
- Language: Shell
- Size: 562 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - up-dir - Binds `ctrl-h` to navigating up a directory. This makes it very easy to go up a few directories without having to type any commands. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - up-dir - Binds `ctrl-h` to navigating up a directory. This makes it very easy to go up a few directories without having to type any commands. (Plugins / ZSH on Windows)
README
# ZSH Up dir
This is a very simple plugin that binds `Ctrl+h` to navigating up a directory. This makes it very easy
to go up a few directories without having to type any commands.

I haven't tested this on a wide varieties of prompts and so the prompt refreshing in place may not work
for every setup. If it doesn't work for you, open an issue and I can try to fix it. I'm also open to PRs
that fix particular setups.
## Credit
I didn't come up with the perl program this code uses. I found it online somewhere a long time ago.
Thank you internet.