- Added VS Code Quick File List traversing

This commit is contained in:
Ben Reaves
2020-08-25 04:10:07 -05:00
parent 0a5c526941
commit a4dca21c22

View File

@@ -363,6 +363,8 @@ $^Space::Send ^{Esc}
; Sublime Text Remaps for VS Code
#IfWinActive ahk_group vscode
#p::send {Up} ; Allow for traversing quick list
#n::send {Down} ; Allow for traversing quick list
#Space::Send ^{Space} ; Basic code completion
; Remap Ctrl+Shift to behave like macOS Sublimetext
; Will extend cursor to multiple lines