# Using File Finder on Github

The first time I started to use Sublime Text, I love the `⌘ + p` shortcut combination. I really change the way I switch between files. After GitHub, I started to read codes on GitHub a lot.

Of course, you can use the search in this repository feature, but it is slow and not good at listing file names.

Today, I have discovered a wonderful keyboard shortcut on GitHub: `t`

Just one key, just press t on any repository.

You may find a lot of other keyboard shortcuts on the link in the references section

### References

1.  [https://docs.github.com/en/get-started/using-github/keyboard-shortcuts](https://docs.github.com/en/get-started/using-github/keyboard-shortcuts)
