https://github.com/jsardev/nova-intellij-idea-keybindings.novaextension
https://github.com/jsardev/nova-intellij-idea-keybindings.novaextension
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsardev/nova-intellij-idea-keybindings.novaextension
- Owner: jsardev
- License: mit
- Created: 2021-07-12T18:18:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T08:33:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T20:13:48.566Z (over 1 year ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IntelliJ IDEA Key Bindings for Nova
---
Port of IntelliJ IDEA key bindings for Nova.
> **IMPORTANT NOTE**: This extension has only a few keybindings attached (those which I use personally). If you want to have additional ones supported, [feel free to contribute](https://github.com/sarneeh/nova-intellij-idea-keybindings.novaextension).
## Usage
1. Go to **Settings**
2. Go to **Key Bindings**
3. Choose **IntelliJ IDEA** from the Key Bindings Set
## Keybindings
🟢 - Fully supported and working
🟠- Not working by a simple keybinding, probably doable, but didn't have time to do it 😅
🔴 - Not supported
### Navigation
Command | Keybinding | Supported
------- | ---------- | ---------
Go to line | cmd+l | 🟢
Navigate back | cmd+[ | 🟢
Navigate forward | cmd+] | 🟢
Go to declaration | cmd+b | 🟢
Go to start of file | cmd+home | ðŸŸ
Go to end of file | cmd+end | ðŸŸ
Go to next editor tab | cmd+shift+] | 🟢
Go to previous editor tab | cmd+shift+[ | 🟢
Find usages | alt+f7 | ðŸŸ
Find | cmd+f | 🟢
Replace | cmd+r | 🟢
Find in project | cmd+shift+f | 🟢
Replace in project | cmd+shift+r | ??
### Editing
Command | Keybinding | Supported
------- | ---------- | ---------
Delete line | cmd+backspace | 🟢
Duplicate line | cmd+d | 🟢
Move line up | shift+alt+up | 🟢
Move line down | shift+alt+down | 🟢
Format | cmd+alt+l | 🔴
Save all | cmd+s | ðŸŸ
### Refactoring
Command | Keybinding | Supported
------- | ---------- | ---------
Rename | shift+f6 | ðŸŸ