mirror of
https://github.com/wahyd4/vscode-plugin-recent-files.git
synced 2026-08-09 04:36:04 +10:00
Add ctrl+n and ctrl+p for navigating files in quike open list
This commit is contained in:
@@ -16,9 +16,5 @@
|
||||
## Screenshot
|
||||

|
||||
|
||||
## Known Issues
|
||||
|
||||
--
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------------
|
||||
-------------------------------------------------------------------------------------
|
||||
|
||||
+11
-1
@@ -2,7 +2,7 @@
|
||||
"name": "recent-files",
|
||||
"displayName": "Open Recent Files",
|
||||
"description": "Open recent files like you do in Intellij idea.",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.5",
|
||||
"icon": "logo.png",
|
||||
"publisher": "junv",
|
||||
"engines": {
|
||||
@@ -38,6 +38,16 @@
|
||||
"command": "extension.openRecentFiles",
|
||||
"key": "ctrl+e",
|
||||
"mac": "cmd+e"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+n",
|
||||
"command": "workbench.action.quickOpenSelectNext",
|
||||
"when": "!editorFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+p",
|
||||
"command": "workbench.action.quickOpenSelectPrevious",
|
||||
"when": "!editorFocus"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user