Skip to content

Commit

Permalink
Merge pull request #96 from mxl/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
Keisuke KATO committed Nov 3, 2017
2 parents d6fd42e + 0f70504 commit 15eee14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Port of IntelliJ IDEA key bindings for VS Code. Includes keymaps for popular Jet
Linux, Windows | macOS | Feature | Supported
---------------|------|---------|----------
ctrl+space | ctrl+space | Basic code completion (the name of any class, method or variable) | ✅
ctrl+shft+space | ctrl+shft+space | Smart code completion (filters the list of methods and variables by expected type) | N/A
ctrl+shift+space | ctrl+shift+space | Smart code completion (filters the list of methods and variables by expected type) | N/A
ctrl+shift+enter | cmd+shift+enter | Complete statement | ✅
ctrl+p | cmd+p | Parameter info (within method call arguments) | ✅
ctrl+q | ctrl+j | Quick documentation lookup | ✅
Expand Down Expand Up @@ -68,7 +68,7 @@ alt+shift+j | ctrl+shift+g | Unselect Occurrence | ✅

Linux, Windows | macOS | Feature | Supported
---------------|------|---------|----------
shfit shift | shfit shift | Search everywhere | N/A
shift shift | shift shift | Search everywhere | N/A
ctrl+f | cmd+f | Find | ✅
f3 | cmd+g | Find next | ✅
shift+f3 | cmd+shift+g | Find previous | ✅
Expand Down

0 comments on commit 15eee14

Please sign in to comment.