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.
- Host: GitHub
- URL: https://github.com/midhunterx/vscode-ijkl-navigation
- Owner: MidHunterX
- License: mit
- Created: 2021-10-07T12:35:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T17:17:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T05:28:49.047Z (over 1 year ago)
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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