dwb常用快捷键

一、英文原文

[n]j

Scroll [n times] down (command: scroll_down, aliases: down).

[n]k

Scroll [n times] up (command: scroll_up, aliases: up).

[n]h

Scroll [n times] left (command: scroll_left, aliases: left).

[n]l

Scroll [n times] right (command: scroll_right, aliases: right).

[n]gg

Scroll to the top or to n% of the page (command: scroll_top, aliases: top).

[n]G

Scroll to the bottom or to n% of the page (command: scroll_bottom, aliases: bottom).

[n]C-f

Scroll [n] pages down (command: scroll_page_down, aliases: pagedown).

[n]C-b

Scroll [n] pages up (command: scroll_page_up, aliases: pageup).

o

Open new url in the focused tab, the argument $URI will be replaced by the current uri (command: open, aliases: o).

O

Open url in a new tab, the argument $URI will be replaced by the current uri (command: tabopen, aliases: topen, t).

ga

Add a new blank tab (command: tab_new).

d

Close current tab (command: close_tab, aliases: close).

[n]gc

Clear tab n or of current tab, clears the history of the tab and loads about:blank. (command clear_tab, aliases: clear).

 

co

Close all tabs except for the current one (command only).

C-q

Quit (command quit, aliases: q).

u

Undo closing last tab (command undo, aliases: u).

C-h

Open the default startpage (command start_page, aliases: home).

H

Go back (command history_back, aliases: back, ba).

L

Go forward (command history_forward, aliases: forward, fo).

/

Find forward (command find_forward, alias: ffind).

?

Find backward (command find_backward, alias bfind).

c/

Find forward, ignore case (command find_forward_ic, alias: iffind).

c?

Find backward, ignore case (command find_backward_ic, alias ibfind).

M

Add a bookmark (command bookmark, aliases: bmark, bma).

gb

Show Bookmarks (command bookmarks, aliases: bmarks, bmas).

gB

Show Bookmarks, open bookmark in a new tab (command tab_bookmarks, aliases: tabmarks).

m

Add a quickmark (command save_quickmark, aliases: quickmark, qmark).

b

Open quickmark (command quickmark, aliases: qmarks).

B

Open quickmark in a new tab (command tab_quickmark, aliases: tabqmarks).

[n]r

Reload tab n or current tab if n is omitted (command reload, aliases: re).

[n]R

Reload tab n or current tab if n is omitted without using any cached data (command reload_bypass_cache, aliases: refull).

[n]C-s

Stop loading of tab n or of current tab is [n] is omitted (command stop_loading, aliases: stop, st).

[n]+

Zoom in [n times] (command zoom_in, aliases: zi).

[n]-

Zoom out [n times] (command zoom_out, aliases: zo).

[n]=

Zoom to n percent or to 100% if n is omitted(command zoom, aliases: z).

sf

Save all configuration files (command save).

ZZ

Save current session and exit (command save_session, aliases: wq).

gZZ

Save current session with name and exit (command save_named_session, aliases: wqn).

[n]J

Cycle focus [n tab] forwards. (command focus_next, aliases: tabnext).

[n]K

Cycle focus [n tab] backwards. (command focus_prev, aliases: tabprev).

[n]T

Focus nth tab, first tab if n is omitted or last tab if n is 0. (command focus_tab, aliases: tab).

C-Tab

Toggle between current and last focused tab (command toggle_tab, aliases: ttab)

gt

Show all open tabs. (command buffers, aliases: bu).

wf

Show hints, open link in a new tab. (command hints_win, aliases: winhints, whi).

;y

Save link location to clipboard (command hints_clipboard, aliases: chints, chi).

;r

Rapid hint mode, each matching hint opens a new tab in background. (command hints_rapid, aliases: rhints, rhi).

gf

Toggle “view source” (command view_source, aliases: source, so).

[n]yy

Yank the url of tab n or of current tab if n is omitted to clipboard (command yank).

gd

Download the current site. (command download).

Sb

Show bookmarks (command show_bookmarks, aliases: sbookmarks).

Sq

Show quickmarks (command show_quickmarks, aliases: squickmarks).

Sh

Show history (command show_history, aliases: shistory).

Sd

Show download (command show_downloads, aliases: sdownloads).

Sk

Show keys (command show_keys, aliases: skeys).

Ss

Show settings (command show_settings, aliases: ssettings).

ss

Set setting, the interactive version of the command set, for changing settings in scripts use set instead (command set_setting).

 

C-p

Complete local path.


 

二、中文说明

hjkl:上下左右的移动

HL:前进和后退

JK,nT,C-Tab:切换标签

刷新:r,R

显示所有标签:gt

关闭标签:gc,co

恢复已关闭标签:u

主页:C-h

翻页:gg,G,C-f,C-d

打开网址:o,O,ga

退出:C-q,zz,gzz,

查找:/,?,c?,c/

书签:M,m,gb,gB,b,B,Sb,Sq

缩放:+,-,=

打开链接:f,wf,;r

复制网址:;y,yy

历史记录和下载页:Sh,Sd

自动补全网址:C-p

 

Author: bkdwei