grimmer0125 / vscode-back-forward-button

over 17000 installs !! Put these buttons on status bar, just like Atom Nuclide IDE package. Install: https://marketplace.visualstudio.com/items?itemName=grimmer.vscode-back-forward-button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Request] Show keybind on hover.

holland11 opened this issue · comments

Not sure if you're interested in this request at all. Definitely not something major. But it would be cool if hovering your mouse over either the back or forward buttons showed a tooltip with the current keybinding for that operation.

What exactly is the keybinding for back/forward? Does it need to be assigned manually?

By default (at least on Mac):

Go Back: ^ -
Go Forward: ^ =

(To see this, click Code in the menu bar -> Preferences -> Keyboard Shortcuts. Then you can search for both by typing "go ".)

This request could be tricky though because you can set multiple shortcuts for any given action. For example, I added new keybinds for Back/Forward without removing the existing ones. So mine looks like:

Go Back: ^ -
Go Back: ⌘ ;
Go Forward: ^ =
Go Forward: ⌘ '