-
Notifications
You must be signed in to change notification settings - Fork 7
/
chrome.txt
48 lines (37 loc) · 1.16 KB
/
chrome.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
c == cmd !!
# Misc
c-, // chrome settings
shift-cmd-m // switch between profiles
c-link // open link next
c-s-link // open link and switch
c-F // toggle fullscreen
c-[left|right] // last, next page
c-shift-h // load home page in current tab
fn-shift-del // delete selected autocomplete URL
# Zoom
c-+ // zoom in
c-- // zoom out
c-0 // zoom defaut
# Scrolling
fn+left/right // top, bottom of page
fn+up/down // up down one page
space // scroll down one page
shift-space // scroll up one page
# Tabs / windows
c-[left click link] // open link in new tab
c-opt-left/right // switch between tabs
c-[12] // select window by number
c-9 // select last window
c-shift-t // reopen last used tab
# Google Drive
* Add folder to multiple locations: select file -> shift-z -> add to
# Reinstall from command line (Gog)
close browser
sudo mule remove google-chrome<version> (this is gotten from the check command earlier)
reboot device
sudo mule install google-chrome 80.0.3987.132
# Reset settings
chrome://settings/reset
# Search engine priority
Disable "Improve search suggestions"
https://www.ghacks.net/2019/05/14/fix-chrome-prioritizing-search-words-over-visited-sites-in-address-bar/