Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)