From 0f70504dd89546e57b466661ef64e323263ecce2 Mon Sep 17 00:00:00 2001 From: Michael Ledin Date: Tue, 31 Oct 2017 22:07:20 +0300 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58a7876..69c2987 100644 --- a/README.md +++ b/README.md @@ -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 | ✅ @@ -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 | ✅