Skip to content

Commit 7f14537

Browse files
committed
📝 Update documentation
1 parent f00ef12 commit 7f14537

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

PowershellCheatsheet.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
# Powershell Cheatsheet
22

3-
## Shortcuts
4-
- **Ctrl + L**   -   Clear the window
5-
- **Alt + Shift + D**   -   Split horizontally
6-
- **Alt + Shift + -**   -   Split vertically
7-
- **Alt + Arrow Key**   -   Change window
8-
- **Alt + Shift + Arrow Key**   -   Resize current window
9-
- **Ctrl + Shift + W**   -   Close the window
10-
113
## Commands
4+
125
- **cd "path"**   -   Go to path
136
- **cd ..**   -   Go up in file structure
147
- **ls -r**   -   List children recursively

TerminalShortcuts.md

+23-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# Windows Terminal Shortcuts
22

3-
- Ctrl + Shift + 1   -   Open new tab
4-
- Ctrl + Shift + W   -   Close tab
5-
- Alt + Shift +   **+**   -   Split right
6-
- Alt + Shift +   **-**   -   Split down
7-
- Ctrl + **,**   **-**   Open Settings
3+
## Shortcuts
4+
5+
- **Ctrl + L**   -   Clear the window
6+
- **Alt + Arrow Key**   -   Change window
7+
- **Alt + Shift + Arrow Key**   -   Resize current window
8+
- **Ctrl + Shift + W**   -   Close the window
9+
- **Ctrl + Shift + D**   -   Open new tab
10+
- **Ctrl + Tab**   -   Next tab
11+
- **Ctrl + Shift + 1**   -   Open new tab with #1 shell (2: #2 shell, ...)
12+
- **Alt + Shift + D**   -   New window
13+
- **Alt + Shift +   +**   -   Split horizontally
14+
- **Alt + Shift +   -**   -   Split vertically
15+
- **F11**   -   Full screen
16+
- **Ctrl + Shift + PgUp**   -   Scroll up one page
17+
- **Ctrl + Shift + PgDn**   -   Scroll down one page
18+
- **Ctrl + Shift + Home**   -   Scroll to start of history
19+
- **Ctrl + Shift + End**   -   Scroll to end of history
20+
- **Ctrl + Shift + N**   -   New window
21+
- **Ctrl +   +** (Numpad)   -   Increase font size
22+
- **Ctrl +   -** (Numpad)   -   Decrease font size
23+
- **Ctrl + Shift + F**   -   Find
24+
- **Ctrl + ,**   -   Open Settings
25+
- **Ctrl + Shift + P**   -   Open command palette

0 commit comments

Comments
 (0)