Skip to content

Commit 1a49571

Browse files
committed
docs: 터미널 커서 단축키
1 parent fcc0dd2 commit 1a49571

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Diff for: shortcut keys/terminal_cursor.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Windows, Mac OS Terminal Shortcut Keys
2+
3+
### Windows / Mac
4+
5+
Clean up the line: You can use Ctrl+U to clear up to the beginning.
6+
Clean up the line: Ctrl+E Ctrl+U to wipe the current line in the terminal
7+
Clean up the line: Ctrl+A Ctrl+K to wipe the current line in the terminal
8+
Cancel the current command/line: Ctrl+C.
9+
Recall the deleted command: Ctrl+Y (then Alt+Y)
10+
Go to beginning of the line: Ctrl+A
11+
Go to end of the line: Ctrl+E
12+
Remove the forward words for example, if you are middle of the command: Ctrl+K
13+
Remove characters on the left, until the beginning of the word: Ctrl+W
14+
To clear your entire command prompt: Ctrl + L
15+
Toggle between the start of line and current cursor position: Ctrl + XX
16+
17+
Windows 기준으로 해당 단축키이며 Mac 일 경우 ctrl의 키가 option으로 대체한다.

0 commit comments

Comments
 (0)