Skip to main content
Post Closed as "Duplicate" by CommunityBot
Notice removed Draw attention by cppbest
Bounty Ended with Ghulam Farid's answer chosen by cppbest
edited tags; edited title
Link
starball
  • 41.1k
  • 20
  • 131
  • 700

How can I focus the git commit message input in the Source Control View of VS Code with a single keyboard shortcut?

edited title
Link
starball
  • 41.1k
  • 20
  • 131
  • 700

How can I focus the git commit input in the Source Control View of VS Code with a single keyboard shortcut?

this commit box seems to only be for git- not all VCS. also, this is a _view_- not a panel.
Source Link
starball
  • 41.1k
  • 20
  • 131
  • 700

How to invokecan I focus the git commit input message box fromin the Source Control panelView of VS Code?

How do I invoke the commit input message box from the Source Control panelView (using one command/shortcut)? git.commitall invokes a floating commit message window.

enter image description here

The reason I want the one in the Source Control is that it provides the commit history with arrow keys and also shows you the changes underneath.

How to invoke the commit input message box from the Source Control panel?

How do I invoke the commit input message box from the Source Control panel (using one command/shortcut)? git.commitall invokes a floating commit message window.

enter image description here

The reason I want the one in the Source Control is that it provides the commit history with arrow keys and also shows you the changes underneath.

How can I focus the git commit input in the Source Control View of VS Code?

How do I invoke the commit input message box from the Source Control View (using one command/shortcut)? git.commitall invokes a floating commit message window.

enter image description here

The reason I want the one in the Source Control is that it provides the commit history with arrow keys and also shows you the changes underneath.

Notice added Draw attention by cppbest
Bounty Started worth 50 reputation by cppbest
Source Link
cppbest
  • 219
  • 3
  • 11
Loading