-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathshortcuts.txt
59 lines (31 loc) · 1.21 KB
/
shortcuts.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
h1. netnews wire
expand: command right arrow
collapse : command left arrow
h2. Chrome
cmd 0 : set the size of text to default text
delete : go back to last page
cmd o : open a file
cmd shift T : reopen the last closed tab ( chrome remembers last 10 closed tabs )
h2. Mac
f12 : widgets
f11 : desktop
f10 : all windows of the current app
f9 : all apps
shift command a : open applications folder
shift commad d : desktop folder
shift command n : create a new folder
control f3 : move focus to Deck
h2. screen
A session consists of many windows.
do not go and type just screen . Instead type <tt>screen -S admin_data</tt> if you are working on admin_data project.
c-a A : give the current window a name
c-a c : create a new window
c-a c-a : toggle between two windows
c-a S : split the window
and c-a tab to cycle between the two windows
by default the new window will be empty but that could be filled by another window by using c-a repeatedly
c-a " : list all the windows
screen -t gem_bundler : this command will assign gem_bundler name to the new window
c-a C : clear the screen
c-a d : detach the window from the screen
http://www.debian-administration.org/articles/34