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

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

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 | ðŸŸ