https://github.com/syntaxseed/vscode-keyboard-practise
Follow along lessons for learning VS Code keyboard navigation shortcuts and keybindings.
https://github.com/syntaxseed/vscode-keyboard-practise
Last synced: 12 months ago
JSON representation
Follow along lessons for learning VS Code keyboard navigation shortcuts and keybindings.
- Host: GitHub
- URL: https://github.com/syntaxseed/vscode-keyboard-practise
- Owner: syntaxseed
- License: gpl-3.0
- Created: 2023-11-29T18:53:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T20:34:35.000Z (over 2 years ago)
- Last Synced: 2025-02-01T11:44:54.136Z (about 1 year ago)
- Language: PHP
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
VS Code Keyboard Shortcut Practise
==================================
About
------
* Version 0.1.0.
* Created by Sherri Wheeler (https://syntaxseed.com).
* Some sample code copied from php-fig.org PSRs.
* Licence: GPLv3.

Description
------------
This repository contains follow along lessons to learn and practise keyboard navigation, keybindings and shortcuts for Visual Studio Code (VS Code). The code included is mostly nonsense, but used for the purposes of practise. This lesson uses PHP but the techniques apply to any language. Once you have the files and lesson open and ready, try to do the entire lesson without touching your mouse!
> "Everything we do is practice for something greater than where we currently are. Practice only makes for improvement." - Les Brown
Lessons
--------
* Lesson 1: Navigating Files, the Terminal, and Search
* Lesson 2: (coming soon!)
Setup
------
* Open the directory containing this document in VS Code.
* Open the first lesson in the VS Code terminal (ctrl+` then ```cat lessons/lesson1.txt```). Scroll to the top of the lesson.
* Some people may prefer to open the lesson in a separate window (for example on another monitor). If you do this, still open the VS Code terminal with ctrl+` before you start.
* Close any open editors (tabs in VS Code).
* Set aside your mouse and follow along.
* Note for Mac users: most commands are the same, but use the cmd key for ctrl.