Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seonglae/terminal-intuiter
VSCOde Productivity Extension
https://github.com/seonglae/terminal-intuiter
intuiter keybindings oh-my-zsh productivity shortcuts vscode
Last synced: 10 days ago
JSON representation
VSCOde Productivity Extension
- Host: GitHub
- URL: https://github.com/seonglae/terminal-intuiter
- Owner: seonglae
- License: other
- Created: 2020-09-13T11:27:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T13:11:35.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T22:32:56.460Z (almost 2 years ago)
- Topics: intuiter, keybindings, oh-my-zsh, productivity, shortcuts, vscode
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terminal Control by Shortcuts
## `ijkl` as Arrow Movement
![example](images/example.gif)
- `alt + k` - next command
- `alt + l` - next command
- `alt + i` - previous command - need to install original
- `alt + j` - one word before - need to install original
## `bn` as delete
- `alt + b` - remove previous word
- `alt + n` - remove next word
## Windows Explorer like Change Directory
![example2](images/example2.gif)
### Need oh-my-zsh dirhistory plugin
- `alt + up` - Change directory to parent Directory
- `alt + left` - Change directory to previous directory
- `alt + right` - Change directory to next directory
# Windows Application
[Original Project](https://github.com/sungle3737/intuiter)
# Another extensions
- [example theme](https://marketplace.visualstudio.com/items?itemName=seonglae.one-dark-teal)
# Developer
- [page](https://seonglae.com)
- [github](https://github.com/seonglae)