Nurdaulet Shamilov
Nurdaulet Shamilov

Reputation: 506

How can I create keyboard-shortcut to open Git Bash in Windows?

I want to create a shortcut that open Git bash by pressing ctrl + alt + T. Then, it launches git bash.

Upvotes: 5

Views: 12209

Answers (3)

JNeruda
JNeruda

Reputation: 23

In windows 11 I solved this by pinning git-bash to the taskbar:

"Aside from letting you open your pinned taskbar apps with a click, you can also use keyboard shortcuts to launch them. You can do so by pressing the Windows Key + [ App Placement Number ]. So, if you want to open the first pinned app, press Windows Key + 1. To open the second pinned app, press Windows Key + 2, and so on"

(https://www.makeuseof.com/ways-to-quickly-launch-apps-windows-11/)

Upvotes: 1

I think it will help you.

Open Run ---> Windows + R

Type -------> explorer shell:AppsFolder

  1. Then you found application folder. Right click on desire App > Create Shortcut > Yes

  2. Go to your desktop and right click on that app > Properties > Shortcut Key

  3. Now fill the shortcut key form with your desire key binding.

Hopefully you got your answer.

Thanks :)

Upvotes: 0

Dai
Dai

Reputation: 155270

I assume you're asking about Windows.

Just set an Explorer hotkey on the Start menu shortcut.

enter image description here

Upvotes: 16

Related Questions