File tree 2 files changed +17
-0
lines changed
The Essence Of Object Orientation
2 files changed +17
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
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으로 대체한다.
You can’t perform that action at this time.
0 commit comments