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

https://github.com/midhunterx/vscode-ijkl-navigation

Emulates arrow keys using IJKL by pressing alt in VSCode.
https://github.com/midhunterx/vscode-ijkl-navigation

Last synced: 6 months ago
JSON representation

Emulates arrow keys using IJKL by pressing alt in VSCode.

Awesome Lists containing this project

README

          

# IJKL Navigation
Just a simple **VSCode Extension** which makes coding much more fast and efficient by integrating arrow keys into IJKL thereby reducing the time taken to shift your fingers to the arrow keys and then setting fingers on a starting position.
Emulate arrow keys just by pressing alt.

## Usage
### Cursor Navigation
| Shortcut | Action |
|---|---|
| `Alt+I` | Move cursor up |
| `Alt+K` | Move cursor down |
| `Alt+J` | Move cursor left |
| `Alt+L` | Move cursor right |
|

| `Alt+Ctrl+I` | Move cursor up one page |
| `Alt+Ctrl+K` | Move cursor down one page |
| `Alt+Ctrl+J` | Move cursor backward one word |
| `Alt+Ctrl+L` | Move cursor forward one word |

### Selection
| Shortcut | Action |
|---|---|
| `Alt+Shift+I` | Move selection cursor up |
| `Alt+Shift+J` | Move selection cursor left |
| `Alt+Shift+K` | Move selection cursor down |
| `Alt+Shift+L` | Move selection cursor right |
|

| `Alt+Ctrl+Shift+I` | Move selection cursor up one line |
| `Alt+Ctrl+Shift+J` | Move selection cursor one word backward |
| `Alt+Ctrl+Shift+K` | Move selection cursor down one line |
| `Alt+Ctrl+Shift+L` | Move selection cursor one word forward |



*Made for personal use