Shortcut For Opening Welcome Tab - #2773
Conversation
Updated the description for the welcomeTab key binding.
Greptile SummaryAdds Ctrl-Shift-W as a global shortcut for opening the welcome tab.
Confidence Score: 4/5The PR appears safe to merge, with a non-blocking command-label issue that should be corrected to identify the welcome-tab action. The shortcut resolves to the existing welcome action without an internal key conflict, but command-palette users will see the new welcome command mislabeled as a file-search command. Files Needing Attention: src/lib/keyBindings.js Important Files Changed
Reviews (1): Last reviewed commit: "Fix changes" | Re-trigger Greptile |
| }, | ||
| { | ||
| name: "welcomeTab", | ||
| description: "Find a file", |
There was a problem hiding this comment.
Correct the welcome command description
The welcomeTab command is displayed in the command palette as “Find a file,” even though it opens the welcome tab, making it easy to confuse with the actual file-finding command.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
|
As a beginner I was struggling to get welcome tab again but I didn't find so I added new shortcut Ctrt-Shift-W for opening Welcome Tab , maybe it is good decision or not I don't know because this is my First Contribution ever |
Looks good but greptile thinks there's a problem you should review/fix it before we can merge this pr
|
Added new shortcut Ctrl-Shift-W to open welcome window